diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 22:40:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:45:43 +0100 |
commit | df716181ff21a1d48ece305cef01048b02fc1c8c (patch) | |
tree | c9cace2ac56707c00d026b6dc43ccb133e9afe64 /dev-python/oslo-context | |
parent | dev-python/oslo-config: Remove Python 2 support (diff) | |
download | gentoo-df716181ff21a1d48ece305cef01048b02fc1c8c.tar.gz gentoo-df716181ff21a1d48ece305cef01048b02fc1c8c.tar.bz2 gentoo-df716181ff21a1d48ece305cef01048b02fc1c8c.zip |
dev-python/oslo-context: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslo-context')
-rw-r--r-- | dev-python/oslo-context/oslo-context-2.21.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/oslo-context/oslo-context-2.22.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/oslo-context/oslo-context-2.21.0.ebuild b/dev-python/oslo-context/oslo-context-2.21.0.ebuild index 4972380fe4bc..19dcc5f416c1 100644 --- a/dev-python/oslo-context/oslo-context-2.21.0.ebuild +++ b/dev-python/oslo-context/oslo-context-2.21.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/oslo-context/oslo-context-2.22.1.ebuild b/dev-python/oslo-context/oslo-context-2.22.1.ebuild index e947ddebb791..945f4d2d90c1 100644 --- a/dev-python/oslo-context/oslo-context-2.22.1.ebuild +++ b/dev-python/oslo-context/oslo-context-2.22.1.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 |