dev-python/python-axolotl: Remove Python 2.

No dependencies use Python 2 any more.

Signed-off-by: Hanno Böck <hanno@gentoo.org>
Package-Manager: Portage-2.3.87, Repoman-2.3.20
This commit is contained in:
Hanno Böck
2020-02-03 11:22:12 +01:00
parent bff6586b99
commit 6af47a5d0f

View File

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