diff options
Diffstat (limited to 'dev-python/python-distutils-extra/python-distutils-extra-3.3.ebuild')
| -rw-r--r-- | dev-python/python-distutils-extra/python-distutils-extra-3.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/python-distutils-extra/python-distutils-extra-3.3.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-3.3.ebuild index 608ee62c2551..162f5c6206ff 100644 --- a/dev-python/python-distutils-extra/python-distutils-extra-3.3.ebuild +++ b/dev-python/python-distutils-extra/python-distutils-extra-3.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools MY_P="${PN}-debian-${PV}" -PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 @@ -36,6 +36,8 @@ BDEPEND=" ) " +PATCHES=( "${FILESDIR}/${PN}-3.3-legacy-entrypoint.patch" ) + python_test() { local -x SETUPTOOLS_USE_DISTUTILS=stdlib "${EPYTHON}" test/auto.py -v || die "Tests fail with ${EPYTHON}" |
