diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:50:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:59:48 +0100 |
commit | 40468f6e9bf5994be51f765427b3433400b5e8ee (patch) | |
tree | 5c8f554576199b22255c34891fce194499486ffa /dev-python/shutilwhich | |
parent | dev-python/sh: Remove py2 (diff) | |
download | gentoo-40468f6e9bf5994be51f765427b3433400b5e8ee.tar.gz gentoo-40468f6e9bf5994be51f765427b3433400b5e8ee.tar.bz2 gentoo-40468f6e9bf5994be51f765427b3433400b5e8ee.zip |
dev-python/shutilwhich: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/shutilwhich')
-rw-r--r-- | dev-python/shutilwhich/shutilwhich-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild index 633740548c5b..1ea9faf25c62 100644 --- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild +++ b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |