From: Michał Górny Date: Sun, 12 Jan 2020 10:35:53 +0000 (+0100) Subject: dev-python/glance_store: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=66e46783609da08d98d53cc47423e72d00621930;p=gentoo.git dev-python/glance_store: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/glance_store/glance_store-0.28.0.ebuild b/dev-python/glance_store/glance_store-0.28.0.ebuild index 374a6095b900..568b6b7bd36d 100644 --- a/dev-python/glance_store/glance_store-0.28.0.ebuild +++ b/dev-python/glance_store/glance_store-0.28.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/glance_store/glance_store-1.0.1.ebuild b/dev-python/glance_store/glance_store-1.0.1.ebuild index fd8ff30378ac..e5271a50542d 100644 --- a/dev-python/glance_store/glance_store-1.0.1.ebuild +++ b/dev-python/glance_store/glance_store-1.0.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