diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:35:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:41:28 +0100 |
commit | 66e46783609da08d98d53cc47423e72d00621930 (patch) | |
tree | 18f674a9d9e1bfa3d0f89832636d7afba898e7f1 /dev-python/glance_store | |
parent | dev-python/dogpile-cache: Remove Python 2 support (diff) | |
download | gentoo-66e46783609da08d98d53cc47423e72d00621930.tar.gz gentoo-66e46783609da08d98d53cc47423e72d00621930.tar.bz2 gentoo-66e46783609da08d98d53cc47423e72d00621930.zip |
dev-python/glance_store: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/glance_store')
-rw-r--r-- | dev-python/glance_store/glance_store-0.28.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/glance_store/glance_store-1.0.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 |