diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 18:55:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 18:55:01 +0100 |
commit | 177657fcc30f7090ba277eb5d1b1143d43fe1e6f (patch) | |
tree | fc39725f80b6610182f67fb4747da3b86e5a768c /dev-python/pathspec | |
parent | dev-python/path-and-address: Remove py2 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |