summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-14 16:35:21 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-14 22:01:36 +0200
commit06ff6a9f5b674e2467de74200639fe6dde7f7c74 (patch)
tree565b3c36ce2f734d3c6808f2dfbdfd01d3434df1 /dev-python/botocore/botocore-9999.ebuild
parentdev-lang/mercury-extras: version bump (diff)
downloadgentoo-06ff6a9f5b674e2467de74200639fe6dde7f7c74.tar.gz
gentoo-06ff6a9f5b674e2467de74200639fe6dde7f7c74.tar.bz2
gentoo-06ff6a9f5b674e2467de74200639fe6dde7f7c74.zip
dev-python/botocore: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/botocore/botocore-9999.ebuild')
-rw-r--r--dev-python/botocore/botocore-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild
index a1a5a4e1ea37..f9d3152de4e1 100644
--- a/dev-python/botocore/botocore-9999.ebuild
+++ b/dev-python/botocore/botocore-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1 multiprocessing
@@ -39,6 +39,7 @@ BDEPEND="
PATCHES=(
"${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+ "${FILESDIR}/botocore-1.26.0-py311.patch"
)
distutils_enable_sphinx docs/source \