summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 18:55:01 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 18:55:01 +0100
commit177657fcc30f7090ba277eb5d1b1143d43fe1e6f (patch)
treefc39725f80b6610182f67fb4747da3b86e5a768c /dev-python/pathspec
parentdev-python/path-and-address: Remove py2 (diff)
downloadgentoo-177657fcc30f7090ba277eb5d1b1143d43fe1e6f.tar.gz
gentoo-177657fcc30f7090ba277eb5d1b1143d43fe1e6f.tar.bz2
gentoo-177657fcc30f7090ba277eb5d1b1143d43fe1e6f.zip
dev-python/pathspec: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pathspec')
-rw-r--r--dev-python/pathspec/pathspec-0.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pathspec/pathspec-0.6.0.ebuild b/dev-python/pathspec/pathspec-0.6.0.ebuild
index fdea12e2fe41..b6a9654ca7a6 100644
--- a/dev-python/pathspec/pathspec-0.6.0.ebuild
+++ b/dev-python/pathspec/pathspec-0.6.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1