From: Andreas Sturmlechner Date: Fri, 17 Apr 2020 13:22:34 +0000 (+0200) Subject: dev-python/m2crypto: python3_8 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a3e8cf8fd379d61a93c5db0dfa623c6df683d1e1;p=gentoo.git dev-python/m2crypto: python3_8 support Tests passed. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-python/m2crypto/m2crypto-0.35.2.ebuild b/dev-python/m2crypto/m2crypto-0.35.2.ebuild index 691ce76063c7..de0dfcb82c44 100644 --- a/dev-python/m2crypto/m2crypto-0.35.2.ebuild +++ b/dev-python/m2crypto/m2crypto-0.35.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..7}) +PYTHON_COMPAT=( python2_7 python3_{6,7,8}) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 toolchain-funcs