summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-28 14:30:33 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-28 14:33:59 +0100
commitd5ee16ee2229ef5c711192d0b28962269fcd027b (patch)
treeb33f9e267dc68b2033a1089c32523143a5984aa9 /dev-python/cliff
parentdev-python/stevedore: Remove py2 (diff)
downloadgentoo-d5ee16ee2229ef5c711192d0b28962269fcd027b.tar.gz
gentoo-d5ee16ee2229ef5c711192d0b28962269fcd027b.tar.bz2
gentoo-d5ee16ee2229ef5c711192d0b28962269fcd027b.zip
dev-python/cliff: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cliff')
-rw-r--r--dev-python/cliff/cliff-2.12.0-r2.ebuild2
-rw-r--r--dev-python/cliff/cliff-2.12.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cliff/cliff-2.12.0-r2.ebuild b/dev-python/cliff/cliff-2.12.0-r2.ebuild
index ad16b17bab63..a1af7fb8e25f 100644
--- a/dev-python/cliff/cliff-2.12.0-r2.ebuild
+++ b/dev-python/cliff/cliff-2.12.0-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
VIRTUALX_REQUIRED="test"
inherit distutils-r1 virtualx
diff --git a/dev-python/cliff/cliff-2.12.0.ebuild b/dev-python/cliff/cliff-2.12.0.ebuild
index c22026b41521..fcd3f69df19d 100644
--- a/dev-python/cliff/cliff-2.12.0.ebuild
+++ b/dev-python/cliff/cliff-2.12.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1