diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 22:39:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:45:38 +0100 |
commit | bbadab5669a4c62d6a74d6f92dff2d79b3a5d52b (patch) | |
tree | 2205a1343fe20430a3d49007f60b201fbbe2c394 /dev-python/oslo-cache | |
parent | dev-python/openstacksdk: Remove Python 2 (diff) | |
download | gentoo-bbadab5669a4c62d6a74d6f92dff2d79b3a5d52b.tar.gz gentoo-bbadab5669a4c62d6a74d6f92dff2d79b3a5d52b.tar.bz2 gentoo-bbadab5669a4c62d6a74d6f92dff2d79b3a5d52b.zip |
dev-python/oslo-cache: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslo-cache')
-rw-r--r-- | dev-python/oslo-cache/oslo-cache-1.33.2-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/oslo-cache/oslo-cache-1.33.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/oslo-cache/oslo-cache-1.33.2-r1.ebuild b/dev-python/oslo-cache/oslo-cache-1.33.2-r1.ebuild index 27867bf9364a..dd18f35cf901 100644 --- a/dev-python/oslo-cache/oslo-cache-1.33.2-r1.ebuild +++ b/dev-python/oslo-cache/oslo-cache-1.33.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/oslo-cache/oslo-cache-1.33.3.ebuild b/dev-python/oslo-cache/oslo-cache-1.33.3.ebuild index d54f933b2a71..e0d9e2955bfe 100644 --- a/dev-python/oslo-cache/oslo-cache-1.33.3.ebuild +++ b/dev-python/oslo-cache/oslo-cache-1.33.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |