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