diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:37:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:41:46 +0100 |
commit | b109ba8215a060196f1ab2b92adfc6c776471301 (patch) | |
tree | 6430c83f1c8c201393b7ec0bd263cf7549f82e6e /dev-python/oslo-utils | |
parent | dev-python/oslo-upgradecheck: Remove Python 2 support (diff) | |
download | gentoo-b109ba8215a060196f1ab2b92adfc6c776471301.tar.gz gentoo-b109ba8215a060196f1ab2b92adfc6c776471301.tar.bz2 gentoo-b109ba8215a060196f1ab2b92adfc6c776471301.zip |
dev-python/oslo-utils: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslo-utils')
-rw-r--r-- | dev-python/oslo-utils/oslo-utils-3.41.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/oslo-utils/oslo-utils-3.41.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/oslo-utils/oslo-utils-3.41.3.ebuild b/dev-python/oslo-utils/oslo-utils-3.41.3.ebuild index fbd7549fb293..b3a3b972d712 100644 --- a/dev-python/oslo-utils/oslo-utils-3.41.3.ebuild +++ b/dev-python/oslo-utils/oslo-utils-3.41.3.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-utils/oslo-utils-3.41.4.ebuild b/dev-python/oslo-utils/oslo-utils-3.41.4.ebuild index 2e9111eb32dc..8fb0bddeb33c 100644 --- a/dev-python/oslo-utils/oslo-utils-3.41.4.ebuild +++ b/dev-python/oslo-utils/oslo-utils-3.41.4.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 |