diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 22:40:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:45:41 +0100 |
commit | c67df36d05570929f0df6835617b898aa2afb008 (patch) | |
tree | ded23e87bfec3f420c9ba4c4adfc11f2317b9539 /dev-python/oslo-config | |
parent | dev-python/oslo-concurrency: Remove Python 2 (diff) | |
download | gentoo-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/oslo-config')
-rw-r--r-- | dev-python/oslo-config/oslo-config-6.11.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/oslo-config/oslo-config-6.4.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/oslo-config/oslo-config-6.8.1.ebuild | 2 |
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 |