summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 11:36:57 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:41:44 +0100
commit240f28da97667645f9264f79de3be424a63f29c1 (patch)
tree9abf48b9330a1365435ab18c116503d5be481ec8 /dev-python/oslo-sphinx
parentdev-python/oslo-serialization: Remove Python 2 support (diff)
downloadgentoo-240f28da97667645f9264f79de3be424a63f29c1.tar.gz
gentoo-240f28da97667645f9264f79de3be424a63f29c1.tar.bz2
gentoo-240f28da97667645f9264f79de3be424a63f29c1.zip
dev-python/oslo-sphinx: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslo-sphinx')
-rw-r--r--dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
index 4daa0f2f4985..2fa552f47457 100644
--- a/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
+++ b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1