diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-01-23 00:03:57 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-01-23 00:40:21 +0100 |
commit | 956d89f305041ac6e613591f8779f91b1b1f72a8 (patch) | |
tree | c89ced9a76f900c2515df6dce751df0213d11133 /dev-python/botocore/botocore-9999.ebuild | |
parent | dev-python/jsonschema: add Python 3.8 support (diff) | |
download | gentoo-956d89f305041ac6e613591f8779f91b1b1f72a8.tar.gz gentoo-956d89f305041ac6e613591f8779f91b1b1f72a8.tar.bz2 gentoo-956d89f305041ac6e613591f8779f91b1b1f72a8.zip |
dev-python/botocore: bump to v1.14.7
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
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 8fd7899b8b6b..060f32f24f36 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_6 python3_7 ) +PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 ) inherit distutils-r1 |