diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:38:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:42:12 +0100 |
commit | 84b302638bebed9f8156a35338b540249c818af8 (patch) | |
tree | 28536f88a2db0a73222eb5348d055e883cc20412 /dev-python/python-zaqarclient | |
parent | dev-python/python-troveclient: Remove Python 2 support (diff) | |
download | gentoo-84b302638bebed9f8156a35338b540249c818af8.tar.gz gentoo-84b302638bebed9f8156a35338b540249c818af8.tar.bz2 gentoo-84b302638bebed9f8156a35338b540249c818af8.zip |
dev-python/python-zaqarclient: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-zaqarclient')
-rw-r--r-- | dev-python/python-zaqarclient/python-zaqarclient-1.11.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-zaqarclient/python-zaqarclient-1.11.0.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-1.11.0.ebuild index 89574d3df784..9562e9703a1c 100644 --- a/dev-python/python-zaqarclient/python-zaqarclient-1.11.0.ebuild +++ b/dev-python/python-zaqarclient/python-zaqarclient-1.11.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild index e3055ba6d59e..f565f9a353f5 100644 --- a/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild +++ b/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |