diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-09 22:35:08 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-10 00:07:28 -0500 |
commit | b505c743dedc6c68a235339c1b213bf0df017813 (patch) | |
tree | e2d5fbd8d89725527f656f69ddc24753fd00fc3d /dev-python/moto | |
parent | dev-python/sure: add py37 support to 1.2.5-r1 (diff) | |
download | gentoo-b505c743dedc6c68a235339c1b213bf0df017813.tar.gz gentoo-b505c743dedc6c68a235339c1b213bf0df017813.tar.bz2 gentoo-b505c743dedc6c68a235339c1b213bf0df017813.zip |
dev-python/moto: add py37 support to 1.0.1-r1
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/moto')
-rw-r--r-- | dev-python/moto/moto-1.0.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/moto/moto-1.0.1-r1.ebuild b/dev-python/moto/moto-1.0.1-r1.ebuild index 5ae41d52dd82..61f5a4b66dba 100644 --- a/dev-python/moto/moto-1.0.1-r1.ebuild +++ b/dev-python/moto/moto-1.0.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 |