summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-13 13:26:22 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-13 13:27:21 +0200
commit8f6f6225fca61d5296f38faf71af800bf7e531ed (patch)
tree1f20a66fef34e37d3a850189ba4c22fa6312856f /dev-python/twine/twine-3.4.1.ebuild
parentdev-python/tqdm: Enable py3.10 (diff)
downloadgentoo-8f6f6225fca61d5296f38faf71af800bf7e531ed.tar.gz
gentoo-8f6f6225fca61d5296f38faf71af800bf7e531ed.tar.bz2
gentoo-8f6f6225fca61d5296f38faf71af800bf7e531ed.zip
dev-python/twine: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/twine/twine-3.4.1.ebuild')
-rw-r--r--dev-python/twine/twine-3.4.1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/twine/twine-3.4.1.ebuild b/dev-python/twine/twine-3.4.1.ebuild
index a1c46e5c8098..17f9c3dc5eef 100644
--- a/dev-python/twine/twine-3.4.1.ebuild
+++ b/dev-python/twine/twine-3.4.1.ebuild
@@ -3,9 +3,7 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Collection of utilities for publishing packages on PyPI"