summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-30 22:11:52 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-30 22:26:07 +0100
commitb2438301b5961a4710c0de264f264fc9f3a0e4c0 (patch)
tree2199530852af2671307b887f0ec6b46b39b64dac /dev-python/intreehooks
parentdev-python/flit_core: Remove py2 (diff)
downloadgentoo-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.ebuild2
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"