dev-python/utidylib: Remove python2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-09-20 11:27:26 +02:00
parent 0cf24d7e47
commit 558fe7a9d9

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6,7,8} )
MY_P="uTidylib-${PV}"
inherit distutils-r1