diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-09 09:39:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-09 09:41:01 +0200 |
commit | 3ee93d777b4f85250fd752960075e046f0bdc534 (patch) | |
tree | f57e3703e5c2d58093e3b7ce043c173103857195 /dev-python/python-bugzilla | |
parent | sys-apps/file: Enable py3.10 (diff) | |
download | gentoo-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.ebuild | 4 |
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" |