summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-02 11:24:59 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-02 11:24:59 +0200
commit684da4149e6d07273f773b1367aa90876568db4e (patch)
treee1ab63bd7cc8bb7944f68faa958cdf9e1f60931c /dev-python/subvertpy
parentdev-python/strict-rfc3339: Remove py2.7 (diff)
downloadgentoo-684da4149e6d07273f773b1367aa90876568db4e.tar.gz
gentoo-684da4149e6d07273f773b1367aa90876568db4e.tar.bz2
gentoo-684da4149e6d07273f773b1367aa90876568db4e.zip
dev-python/subvertpy: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/subvertpy')
-rw-r--r--dev-python/subvertpy/subvertpy-0.10.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
index 40de035a89c5..f5e3b86695a8 100644
--- a/dev-python/subvertpy/subvertpy-0.10.1.ebuild
+++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
@@ -4,7 +4,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1