summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 07:53:47 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 08:08:12 +0100
commitf9259c64a09e640b56c26d75fdf458e1c199a0df (patch)
tree412100c73dc6ca26733114de48e485d06cde61af /dev-python
parentdev-python/virtualenv-clone: Remove py2 (diff)
downloadgentoo-f9259c64a09e640b56c26d75fdf458e1c199a0df.tar.gz
gentoo-f9259c64a09e640b56c26d75fdf458e1c199a0df.tar.bz2
gentoo-f9259c64a09e640b56c26d75fdf458e1c199a0df.zip
dev-python/visitor: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/visitor/visitor-0.1.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/visitor/visitor-0.1.3.ebuild b/dev-python/visitor/visitor-0.1.3.ebuild
index ad4dee9b9b25..3ece48c4d529 100644
--- a/dev-python/visitor/visitor-0.1.3.ebuild
+++ b/dev-python/visitor/visitor-0.1.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
inherit distutils-r1