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:
Massimiliano Culpo 2022-09-26 11:36:49 +02:00
parent ecce657509
commit 93dc500f41

View File

@ -7,7 +7,7 @@
class PyPkgutilResolveName(PythonPackage):
"""Resolve a name to an object. A backport of Python 3.9s `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"