dev-python/python-blazarclient: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 22:05:09 +0000 (23:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:46:07 +0000 (10:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-blazarclient/python-blazarclient-2.0.0.ebuild
dev-python/python-blazarclient/python-blazarclient-2.1.0.ebuild

index 6391dbdf5322f710c085c9e25401eb0cfb87ec18..dc7ff4ee8ab47543d79e482ad04c92797a7c009c 100644 (file)
@@ -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"
index aabc249de31a4fe5eafb337c959ee0a0fed24612..a9a887a6d89d2c4bf1d62233e1c21f4d0db41dba 100644 (file)
@@ -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