dev-python/python-axolotl: Remove Python 2.
authorHanno Böck <hanno@gentoo.org>
Mon, 3 Feb 2020 10:22:12 +0000 (11:22 +0100)
committerHanno Böck <hanno@gentoo.org>
Mon, 3 Feb 2020 10:22:12 +0000 (11:22 +0100)
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

dev-python/python-axolotl/python-axolotl-0.2.3.ebuild

index cb9eea3e81183598a4e5e8b189563d6cfde1c4d9..05c43ad2c92097d34b3fd2c4c48cfc55a89a4866 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1