summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 22:40:38 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:45:43 +0100
commitdf716181ff21a1d48ece305cef01048b02fc1c8c (patch)
treec9cace2ac56707c00d026b6dc43ccb133e9afe64 /dev-python/oslo-context/oslo-context-2.22.1.ebuild
parentdev-python/oslo-config: Remove Python 2 support (diff)
downloadgentoo-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/oslo-context-2.22.1.ebuild')
-rw-r--r--dev-python/oslo-context/oslo-context-2.22.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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