commit:     e08d62b84c60f6d2db1fa8c052e43320bd6c682b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 22:05:09 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 09:46:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08d62b8

dev-python/python-blazarclient: Remove Python 2 support

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-blazarclient/python-blazarclient-2.0.0.ebuild | 2 +-
 dev-python/python-blazarclient/python-blazarclient-2.1.0.ebuild | 2 +-
 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 6391dbdf532..dc7ff4ee8ab 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 aabc249de31..a9a887a6d89 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
 

Reply via email to