diff options
Diffstat (limited to 'dev-python/psycopg/psycopg-3.1.8.ebuild')
-rw-r--r-- | dev-python/psycopg/psycopg-3.1.8.ebuild | 5 |
1 files changed, 1 insertions, 4 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=" |