summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-09 09:39:49 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-09 09:41:01 +0200
commit3ee93d777b4f85250fd752960075e046f0bdc534 (patch)
treef57e3703e5c2d58093e3b7ce043c173103857195 /dev-python/python-bugzilla
parentsys-apps/file: Enable py3.10 (diff)
downloadgentoo-3ee93d777b4f85250fd752960075e046f0bdc534.tar.gz
gentoo-3ee93d777b4f85250fd752960075e046f0bdc534.tar.bz2
gentoo-3ee93d777b4f85250fd752960075e046f0bdc534.zip
dev-python/python-bugzilla: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-bugzilla')
-rw-r--r--dev-python/python-bugzilla/python-bugzilla-3.0.2.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/python-bugzilla/python-bugzilla-3.0.2.ebuild b/dev-python/python-bugzilla/python-bugzilla-3.0.2.ebuild
index d321db90307d..4343ed02ab19 100644
--- a/dev-python/python-bugzilla/python-bugzilla-3.0.2.ebuild
+++ b/dev-python/python-bugzilla/python-bugzilla-3.0.2.ebuild
@@ -3,9 +3,7 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} )
-
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A python module for interacting with Bugzilla over XMLRPC"