summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-18 16:34:17 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-18 16:37:41 +0200
commit5249956b9c4b5b2922349fc37507775c7ac60c78 (patch)
treecb10267e725b52038127b583dfa8f02185064896 /dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
parentdev-python/python-bugzilla: Fix handling test failures (diff)
downloadgentoo-5249956b9c4b5b2922349fc37507775c7ac60c78.tar.gz
gentoo-5249956b9c4b5b2922349fc37507775c7ac60c78.tar.bz2
gentoo-5249956b9c4b5b2922349fc37507775c7ac60c78.zip
dev-python/python-bugzilla: Enable py3.7
Diffstat (limited to 'dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild')
-rw-r--r--dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
index 31bdc328c607..5fc5e08dc559 100644
--- a/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
+++ b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1