From: Conrad Kostecki Date: Tue, 17 Dec 2019 17:20:51 +0000 (+0100) Subject: dev-python/python-axolotl-curve25519: add python3.8 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b592cb7cf88246e14b1adbcd0726bd6070a83b1e;p=gentoo.git dev-python/python-axolotl-curve25519: add python3.8 support Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Conrad Kostecki --- diff --git a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild index f2ef8bf17feb..ea3755512b0c 100644 --- a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild +++ b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) inherit distutils-r1