diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-09 01:45:43 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-09 02:05:35 -0500 |
commit | 635d38341375245cf15c81ed310b780b4f2574ff (patch) | |
tree | be027ebd8511b73ebc89e46e834b6b931910a89c /dev-python/pycrypto | |
parent | dev-python/oslo-upgradecheck: 0.2.1 added for stein (diff) | |
download | gentoo-635d38341375245cf15c81ed310b780b4f2574ff.tar.gz gentoo-635d38341375245cf15c81ed310b780b4f2574ff.tar.bz2 gentoo-635d38341375245cf15c81ed310b780b4f2574ff.zip |
dev-python/pycrypto: add py37 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pycrypto')
-rw-r--r-- | dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild b/dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild index 2814f60fd810..69800aafbcf3 100644 --- a/dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild +++ b/dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 flag-o-matic |