diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-17 15:22:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-17 16:17:06 +0200 |
commit | a3e8cf8fd379d61a93c5db0dfa623c6df683d1e1 (patch) | |
tree | 675c0f2e7f2b1ede0bac4ea9ed1cd9c8b4c5f2a9 /dev-python/m2crypto | |
parent | net-libs/telepathy-qt: Fix indendation (diff) | |
download | gentoo-a3e8cf8fd379d61a93c5db0dfa623c6df683d1e1.tar.gz gentoo-a3e8cf8fd379d61a93c5db0dfa623c6df683d1e1.tar.bz2 gentoo-a3e8cf8fd379d61a93c5db0dfa623c6df683d1e1.zip |
dev-python/m2crypto: python3_8 support
Tests passed.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/m2crypto')
-rw-r--r-- | dev-python/m2crypto/m2crypto-0.35.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |