From: Michał Górny Date: Sun, 12 Jan 2020 22:05:09 +0000 (+0100) Subject: dev-python/python-blazarclient: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e08d62b84c60f6d2db1fa8c052e43320bd6c682b;p=gentoo.git dev-python/python-blazarclient: Remove Python 2 support Signed-off-by: Michał Górny --- 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