diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:38:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:42:03 +0100 |
commit | 819ebec304144407192ad884e58f74a889979c82 (patch) | |
tree | 2ac86462f36648166e988f7518f3c23a057cf1da | |
parent | dev-python/python-manilaclient: Remove Python 2 support (diff) | |
download | gentoo-819ebec304144407192ad884e58f74a889979c82.tar.gz gentoo-819ebec304144407192ad884e58f74a889979c82.tar.bz2 gentoo-819ebec304144407192ad884e58f74a889979c82.zip |
dev-python/python-mistralclient: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/python-mistralclient/python-mistralclient-3.8.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/python-mistralclient/python-mistralclient-3.8.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-mistralclient/python-mistralclient-3.8.0.ebuild b/dev-python/python-mistralclient/python-mistralclient-3.8.0.ebuild index 2ab268e6de91..59510b24ae2b 100644 --- a/dev-python/python-mistralclient/python-mistralclient-3.8.0.ebuild +++ b/dev-python/python-mistralclient/python-mistralclient-3.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 diff --git a/dev-python/python-mistralclient/python-mistralclient-3.8.1.ebuild b/dev-python/python-mistralclient/python-mistralclient-3.8.1.ebuild index 874f9b09d84a..1642554f46d7 100644 --- a/dev-python/python-mistralclient/python-mistralclient-3.8.1.ebuild +++ b/dev-python/python-mistralclient/python-mistralclient-3.8.1.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 |