diff options
author | 2020-01-30 22:11:52 +0100 | |
---|---|---|
committer | 2020-01-30 22:26:07 +0100 | |
commit | b2438301b5961a4710c0de264f264fc9f3a0e4c0 (patch) | |
tree | 2199530852af2671307b887f0ec6b46b39b64dac /dev-python/intreehooks | |
parent | dev-python/flit_core: Remove py2 (diff) | |
download | gentoo-b2438301b5961a4710c0de264f264fc9f3a0e4c0.tar.gz gentoo-b2438301b5961a4710c0de264f264fc9f3a0e4c0.tar.bz2 gentoo-b2438301b5961a4710c0de264f264fc9f3a0e4c0.zip |
dev-python/intreehooks: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/intreehooks')
-rw-r--r-- | dev-python/intreehooks/intreehooks-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild index 1ba877949d30..59f3292ae937 100644 --- a/dev-python/intreehooks/intreehooks-1.0.ebuild +++ b/dev-python/intreehooks/intreehooks-1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 DESCRIPTION="Load a PEP 517 backend from inside the source tree" |