diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-28 21:04:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-28 21:39:19 +0200 |
commit | 84131df592a771722ac17c830296f9f2d77d1c08 (patch) | |
tree | 084e3b444bc7d41536a62e999fedcf2665556ae6 /dev-python/python-bugzilla | |
parent | sys-apps/file: Port to py39 (diff) | |
download | gentoo-84131df592a771722ac17c830296f9f2d77d1c08.tar.gz gentoo-84131df592a771722ac17c830296f9f2d77d1c08.tar.bz2 gentoo-84131df592a771722ac17c830296f9f2d77d1c08.zip |
dev-python/python-bugzilla: Port to py39
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-2.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-bugzilla/python-bugzilla-2.3.0.ebuild b/dev-python/python-bugzilla/python-bugzilla-2.3.0.ebuild index 1229b0f0a595..425feee87dbb 100644 --- a/dev-python/python-bugzilla/python-bugzilla-2.3.0.ebuild +++ b/dev-python/python-bugzilla/python-bugzilla-2.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |