summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 11:37:11 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:41:49 +0100
commit58c7c9999f3c37802a5647210fc530450d21c695 (patch)
tree18f889ef5070b0c89629436d79180808971239a3 /dev-python/oslotest/oslotest-3.2.0.ebuild
parentdev-python/oslo-vmware: Remove Python 2 support (diff)
downloadgentoo-58c7c9999f3c37802a5647210fc530450d21c695.tar.gz
gentoo-58c7c9999f3c37802a5647210fc530450d21c695.tar.bz2
gentoo-58c7c9999f3c37802a5647210fc530450d21c695.zip
dev-python/oslotest: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslotest/oslotest-3.2.0.ebuild')
-rw-r--r--dev-python/oslotest/oslotest-3.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslotest/oslotest-3.2.0.ebuild b/dev-python/oslotest/oslotest-3.2.0.ebuild
index 2143c52fea3c..9132d32067cd 100644
--- a/dev-python/oslotest/oslotest-3.2.0.ebuild
+++ b/dev-python/oslotest/oslotest-3.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1