From 06ff6a9f5b674e2467de74200639fe6dde7f7c74 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 14 May 2022 16:35:21 +0200 Subject: dev-python/botocore: Enable py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/botocore/botocore-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python/botocore/botocore-9999.ebuild') 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 \ -- cgit v1.2.3-65-gdbad