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

No dependencies with Python 2 support 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:23:23 +01:00
parent 6af47a5d0f
commit a9a7f3e768

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