diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 22:39:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:45:40 +0100 |
commit | 89392c7d162820bd4ff3550db583b0dfb632da8d (patch) | |
tree | 2f26052cc6dfeaabc33abed01ed794d65bba9d76 /dev-python/oslo-concurrency | |
parent | dev-python/oslo-cache: Remove Python 2 (diff) | |
download | gentoo-89392c7d162820bd4ff3550db583b0dfb632da8d.tar.gz gentoo-89392c7d162820bd4ff3550db583b0dfb632da8d.tar.bz2 gentoo-89392c7d162820bd4ff3550db583b0dfb632da8d.zip |
dev-python/oslo-concurrency: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslo-concurrency')
-rw-r--r-- | dev-python/oslo-concurrency/oslo-concurrency-3.27.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/oslo-concurrency/oslo-concurrency-3.29.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.27.0.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-3.27.0.ebuild index 028b172de607..77d41a1f4fd2 100644 --- a/dev-python/oslo-concurrency/oslo-concurrency-3.27.0.ebuild +++ b/dev-python/oslo-concurrency/oslo-concurrency-3.27.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.29.1.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-3.29.1.ebuild index bbc0f5b1822f..3785252b3b57 100644 --- a/dev-python/oslo-concurrency/oslo-concurrency-3.29.1.ebuild +++ b/dev-python/oslo-concurrency/oslo-concurrency-3.29.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 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 |