diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-10 16:06:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-10 16:06:44 +0200 |
commit | 1347806da39e457f2de379c5492070c09127309b (patch) | |
tree | 2530d50701fa1fdffcfa896d6bf2c452c8968b47 /dev-python/boto3 | |
parent | dev-python/s3transfer: Add python@ (diff) | |
download | gentoo-1347806da39e457f2de379c5492070c09127309b.tar.gz gentoo-1347806da39e457f2de379c5492070c09127309b.tar.bz2 gentoo-1347806da39e457f2de379c5492070c09127309b.zip |
dev-python/boto3: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.12.48.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.12.48.ebuild b/dev-python/boto3/boto3-1.12.48.ebuild index 9f253f8f3938..f95d58504404 100644 --- a/dev-python/boto3/boto3-1.12.48.ebuild +++ b/dev-python/boto3/boto3-1.12.48.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 |