diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-09-17 13:55:54 +0100 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-09-19 01:03:47 +0100 |
commit | 725527923f9907ed075bb4000a777c1487a4848b (patch) | |
tree | 836c8b6456cabd108665fad468e7538025182c21 /dev-python/botocore/botocore-9999.ebuild | |
parent | dev-python/jmespath: add python3_7, EAPI=7 (diff) | |
download | gentoo-725527923f9907ed075bb4000a777c1487a4848b.tar.gz gentoo-725527923f9907ed075bb4000a777c1487a4848b.tar.bz2 gentoo-725527923f9907ed075bb4000a777c1487a4848b.zip |
dev-python/botocore: add python3_7
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'dev-python/botocore/botocore-9999.ebuild')
-rw-r--r-- | dev-python/botocore/botocore-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild index 82cc15e1a9c7..822a910e36e1 100644 --- a/dev-python/botocore/botocore-9999.ebuild +++ b/dev-python/botocore/botocore-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 ) inherit distutils-r1 |