summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-07 00:56:51 +0100
committerMichał Górny <mgorny@gentoo.org>2021-05-07 13:57:43 +0200
commit2925905191af5342052e65c63ca1b5db96223e21 (patch)
tree5ce92c859ffc994470a79f670ec858112ffe74cc
parentdev-python/html5lib: Port to python3.10, support pytest-6 (diff)
downloadgentoo-2925905191af5342052e65c63ca1b5db96223e21.tar.gz
gentoo-2925905191af5342052e65c63ca1b5db96223e21.tar.bz2
gentoo-2925905191af5342052e65c63ca1b5db96223e21.zip
dev-python/pkginfo: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pkginfo/pkginfo-1.7.0.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/pkginfo/pkginfo-1.7.0.ebuild b/dev-python/pkginfo/pkginfo-1.7.0.ebuild
index 1fd681f736a4..53dbc8d6f970 100644
--- a/dev-python/pkginfo/pkginfo-1.7.0.ebuild
+++ b/dev-python/pkginfo/pkginfo-1.7.0.ebuild
@@ -3,9 +3,7 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Provides an API for querying the distutils metadata written in a PKG-INFO file"