summaryrefslogtreecommitdiff
path: root/dev-python/elastic-transport/elastic-transport-8.4.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/elastic-transport/elastic-transport-8.4.1-r1.ebuild')
-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}]