summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-18 18:54:07 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-18 19:07:15 +0200
commited18500b56937abd1f0f8483005d44ea9a333585 (patch)
tree5649245c9ce67ab7fec84e6ab07e4960f60ca541 /dev-python/psycopg
parentdev-python/pip-run: Eliminate stale python_gen_cond_dep (diff)
downloadgentoo-ed18500b56937abd1f0f8483005d44ea9a333585.tar.gz
gentoo-ed18500b56937abd1f0f8483005d44ea9a333585.tar.bz2
gentoo-ed18500b56937abd1f0f8483005d44ea9a333585.zip
dev-python/psycopg: Eliminate stale python_gen_cond_dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/psycopg')
-rw-r--r--dev-python/psycopg/psycopg-3.1.8.ebuild5
-rw-r--r--dev-python/psycopg/psycopg-3.1.9.ebuild3
2 files changed, 1 insertions, 7 deletions
diff --git a/dev-python/psycopg/psycopg-3.1.8.ebuild b/dev-python/psycopg/psycopg-3.1.8.ebuild
index 534861be1c60..d69ee05ad088 100644
--- a/dev-python/psycopg/psycopg-3.1.8.ebuild
+++ b/dev-python/psycopg/psycopg-3.1.8.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
@@ -29,9 +29,6 @@ DEPEND="
"
RDEPEND="
${DEPEND}
- $(python_gen_cond_dep '
- >=dev-python/backports-zoneinfo-0.2.0[${PYTHON_USEDEP}]
- ' 3.8)
>=dev-python/typing-extensions-4.1[${PYTHON_USEDEP}]
"
BDEPEND="
diff --git a/dev-python/psycopg/psycopg-3.1.9.ebuild b/dev-python/psycopg/psycopg-3.1.9.ebuild
index 4338e35ee6a0..8cb8c8b3b186 100644
--- a/dev-python/psycopg/psycopg-3.1.9.ebuild
+++ b/dev-python/psycopg/psycopg-3.1.9.ebuild
@@ -29,9 +29,6 @@ DEPEND="
"
RDEPEND="
${DEPEND}
- $(python_gen_cond_dep '
- >=dev-python/backports-zoneinfo-0.2.0[${PYTHON_USEDEP}]
- ' 3.8)
>=dev-python/typing-extensions-4.1[${PYTHON_USEDEP}]
"
BDEPEND="