diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-11 12:00:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-12 20:04:11 +0100 |
commit | 30ee89d0d2cd7d5f7725e5799c6601878a900e4c (patch) | |
tree | 8a523a31ca9f6bde32d0f56f8527bafa82826e1c /dev-python/pip-run | |
parent | dev-python/Nuitka: Disable PyPI name normalization (diff) | |
download | gentoo-30ee89d0d2cd7d5f7725e5799c6601878a900e4c.tar.gz gentoo-30ee89d0d2cd7d5f7725e5799c6601878a900e4c.tar.bz2 gentoo-30ee89d0d2cd7d5f7725e5799c6601878a900e4c.zip |
dev-python/pip-run: Disable PyPI name normalization
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pip-run')
-rw-r--r-- | dev-python/pip-run/pip-run-10.0.5-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pip-run/pip-run-10.0.5-r1.ebuild b/dev-python/pip-run/pip-run-10.0.5-r1.ebuild index e829ccf41883..5c994d916137 100644 --- a/dev-python/pip-run/pip-run-10.0.5-r1.ebuild +++ b/dev-python/pip-run/pip-run-10.0.5-r1.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 pypi |