summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-02 11:21:22 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-02 11:21:22 +0200
commit739dbc5bb0747d264c776307204cfc99d2b6ea51 (patch)
tree29f97d7d734535938b6e73a09967c489b22812ec
parentdev-python/pywavelets: Remove py2.7 (diff)
downloadgentoo-739dbc5b.tar.gz
gentoo-739dbc5b.tar.bz2
gentoo-739dbc5b.zip
dev-python/rfc3986-validator: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild
index e8f5dce4a832..c49fb089fec6 100644
--- a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild
+++ b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1