summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 23:05:09 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:46:07 +0100
commite08d62b84c60f6d2db1fa8c052e43320bd6c682b (patch)
tree59a6c929c7d37c23afbe7f3a03f515ad07f894e3
parentdev-python/pycadf: Remove Python 2 (diff)
downloadgentoo-e08d62b84c60f6d2db1fa8c052e43320bd6c682b.tar.gz
gentoo-e08d62b84c60f6d2db1fa8c052e43320bd6c682b.tar.bz2
gentoo-e08d62b84c60f6d2db1fa8c052e43320bd6c682b.zip
dev-python/python-blazarclient: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/python-blazarclient/python-blazarclient-2.0.0.ebuild2
-rw-r--r--dev-python/python-blazarclient/python-blazarclient-2.1.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-blazarclient/python-blazarclient-2.0.0.ebuild b/dev-python/python-blazarclient/python-blazarclient-2.0.0.ebuild
index 6391dbdf5322..dc7ff4ee8ab4 100644
--- a/dev-python/python-blazarclient/python-blazarclient-2.0.0.ebuild
+++ b/dev-python/python-blazarclient/python-blazarclient-2.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
DESCRIPTION="This is a client for the OpenStack Blazar API"
diff --git a/dev-python/python-blazarclient/python-blazarclient-2.1.0.ebuild b/dev-python/python-blazarclient/python-blazarclient-2.1.0.ebuild
index aabc249de31a..a9a887a6d89d 100644
--- a/dev-python/python-blazarclient/python-blazarclient-2.1.0.ebuild
+++ b/dev-python/python-blazarclient/python-blazarclient-2.1.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 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1