summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-02 11:21:46 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-02 11:21:46 +0200
commitbef680a139e68b06e420e082dc7c39605257e257 (patch)
tree0a96d0ab756688cbc77979422060f8b89dad7b9c /dev-python/rfc3339-validator
parentdev-python/rfc3986: Remove py2.7 (diff)
downloadgentoo-bef680a139e68b06e420e082dc7c39605257e257.tar.gz
gentoo-bef680a139e68b06e420e082dc7c39605257e257.tar.bz2
gentoo-bef680a139e68b06e420e082dc7c39605257e257.zip
dev-python/rfc3339-validator: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rfc3339-validator')
-rw-r--r--dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild
index 9032aefde556..bdaa367e8500 100644
--- a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild
+++ b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1
DESCRIPTION="A pure python RFC3339 validator"