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

index f352fe8e42442b5366b6c643de95460f8aa88ed5..41a29a367fc4aed44a4ca5a2073f523c6ca6cda0 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A client for the OpenStack Zun API"
index 46f4564308795a097a0e482740147f908a4eae9f..8d3e4316ddfef72fa4dcea418caae602cfb225c7 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,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1