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

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

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

 dev-python/python-octaviaclient/python-octaviaclient-1.4.0.ebuild | 2 +-
 dev-python/python-octaviaclient/python-octaviaclient-1.8.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-octaviaclient/python-octaviaclient-1.4.0.ebuild 
b/dev-python/python-octaviaclient/python-octaviaclient-1.4.0.ebuild
index f352fe8e424..41a29a367fc 100644
--- a/dev-python/python-octaviaclient/python-octaviaclient-1.4.0.ebuild
+++ b/dev-python/python-octaviaclient/python-octaviaclient-1.4.0.ebuild
@@ -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"

diff --git a/dev-python/python-octaviaclient/python-octaviaclient-1.8.0.ebuild 
b/dev-python/python-octaviaclient/python-octaviaclient-1.8.0.ebuild
index 46f45643087..8d3e4316ddf 100644
--- a/dev-python/python-octaviaclient/python-octaviaclient-1.8.0.ebuild
+++ b/dev-python/python-octaviaclient/python-octaviaclient-1.8.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,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

Reply via email to