py-pkgutil-resolve-name: fix issue with UTF-8 character
This modifications breaks `develop` since it doesn't pass audits with Python 2.7 It is to be investigated why audits pass in CI for the PR and the issue is revealed only when the package is pushed to develop.
This commit is contained in:
parent
ecce657509
commit
93dc500f41
@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
class PyPkgutilResolveName(PythonPackage):
|
||||
"""Resolve a name to an object. A backport of Python 3.9’s `pkgutil.resolve_name`"""
|
||||
"""Resolve a name to an object. A backport of Python 3.9 `pkgutil.resolve_name`"""
|
||||
|
||||
homepage = "https://github.com/graingert/pkgutil-resolve-name"
|
||||
pypi = "pkgutil_resolve_name/pkgutil_resolve_name-1.3.10.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user