summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-29 20:34:03 +0100
committerMichał Górny <mgorny@gentoo.org>2023-10-29 20:52:11 +0100
commitfc2a099b0d2aa28937d8929f7efa19b38f47a745 (patch)
tree4529c37ea6559da1b17a2ddee91504415046e9b4 /dev-python/elastic-transport
parentnet-print/cnijfilter2: stabilize 6.60 for amd64, x86 (diff)
downloadgentoo-fc2a099b0d2aa28937d8929f7efa19b38f47a745.tar.gz
gentoo-fc2a099b0d2aa28937d8929f7efa19b38f47a745.tar.bz2
gentoo-fc2a099b0d2aa28937d8929f7efa19b38f47a745.zip
dev-python/elastic-transport: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/elastic-transport')
-rw-r--r--dev-python/elastic-transport/elastic-transport-8.4.1-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/elastic-transport/elastic-transport-8.4.1-r1.ebuild b/dev-python/elastic-transport/elastic-transport-8.4.1-r1.ebuild
index dce465fc52fb..772e5c186a36 100644
--- a/dev-python/elastic-transport/elastic-transport-8.4.1-r1.ebuild
+++ b/dev-python/elastic-transport/elastic-transport-8.4.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
@@ -30,7 +30,6 @@ RDEPEND="
dev-python/certifi[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.26.2[${PYTHON_USEDEP}]
"
-DEPEND="${RDEPEND}"
BDEPEND="
test? (
dev-python/aiohttp[${PYTHON_USEDEP}]