summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 22:40:35 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:45:41 +0100
commitc67df36d05570929f0df6835617b898aa2afb008 (patch)
treeded23e87bfec3f420c9ba4c4adfc11f2317b9539 /dev-python
parentdev-python/oslo-concurrency: Remove Python 2 (diff)
downloadgentoo-c67df36d05570929f0df6835617b898aa2afb008.tar.gz
gentoo-c67df36d05570929f0df6835617b898aa2afb008.tar.bz2
gentoo-c67df36d05570929f0df6835617b898aa2afb008.zip
dev-python/oslo-config: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/oslo-config/oslo-config-6.11.2.ebuild2
-rw-r--r--dev-python/oslo-config/oslo-config-6.4.1.ebuild2
-rw-r--r--dev-python/oslo-config/oslo-config-6.8.1.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/oslo-config/oslo-config-6.11.2.ebuild b/dev-python/oslo-config/oslo-config-6.11.2.ebuild
index 50fbcd8d4a9a..fa19ee9fc042 100644
--- a/dev-python/oslo-config/oslo-config-6.11.2.ebuild
+++ b/dev-python/oslo-config/oslo-config-6.11.2.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/oslo-config/oslo-config-6.4.1.ebuild b/dev-python/oslo-config/oslo-config-6.4.1.ebuild
index 13a7bfe3d011..24a4aa5b23fb 100644
--- a/dev-python/oslo-config/oslo-config-6.4.1.ebuild
+++ b/dev-python/oslo-config/oslo-config-6.4.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 vcs-snapshot
diff --git a/dev-python/oslo-config/oslo-config-6.8.1.ebuild b/dev-python/oslo-config/oslo-config-6.8.1.ebuild
index abff88feb4df..d4c9654fc283 100644
--- a/dev-python/oslo-config/oslo-config-6.8.1.ebuild
+++ b/dev-python/oslo-config/oslo-config-6.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