commit:     6a5e6262ce36b7ead9e1aa7d7f9a23914e4c2899
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 05:37:21 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 06:31:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5e6262

dev-python/psycopg: Fix typing-extensions dep

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/psycopg/{psycopg-3.1.5.ebuild => psycopg-3.1.5-r1.ebuild} | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/psycopg/psycopg-3.1.5.ebuild 
b/dev-python/psycopg/psycopg-3.1.5-r1.ebuild
similarity index 94%
rename from dev-python/psycopg/psycopg-3.1.5.ebuild
rename to dev-python/psycopg/psycopg-3.1.5-r1.ebuild
index 8bd1346c397b..f95ab5973ba5 100644
--- a/dev-python/psycopg/psycopg-3.1.5.ebuild
+++ b/dev-python/psycopg/psycopg-3.1.5-r1.ebuild
@@ -32,9 +32,7 @@ RDEPEND="
        $(python_gen_cond_dep '
                >=dev-python/backports-zoneinfo-0.2.0[${PYTHON_USEDEP}]
        ' 3.8)
-       $(python_gen_cond_dep '
-               >=dev-python/typing-extensions-4.1[${PYTHON_USEDEP}]
-       ' 3.8 3.9 3.10)
+       >=dev-python/typing-extensions-4.1[${PYTHON_USEDEP}]
 "
 BDEPEND="
        test? (

Reply via email to