diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 10:36:11 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:40:54 +0200 |
commit | ce720eef7441ccd7192d50f4a88ba6bed3005d44 (patch) | |
tree | b7b9c93e41c8a412883fdf8f1317244c7c034f24 /dev-python/python-bugzilla | |
parent | dev-python/python-gnutls: Support newer python (diff) | |
download | gentoo-ce720eef7441ccd7192d50f4a88ba6bed3005d44.tar.gz gentoo-ce720eef7441ccd7192d50f4a88ba6bed3005d44.tar.bz2 gentoo-ce720eef7441ccd7192d50f4a88ba6bed3005d44.zip |
dev-python/python-bugzilla: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/python-bugzilla')
-rw-r--r-- | dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild b/dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild index 0b6179314267..745efac36a7d 100644 --- a/dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild +++ b/dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |