commit: 5b62fe7414909a82c521ba3ca32e157f7fe91bbc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 10:18:53 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 12 10:29:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b62fe74
dev-python/psycopg: Remove stale python_gen_cond_dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/psycopg/psycopg-3.2.8.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-python/psycopg/psycopg-3.2.8.ebuild
b/dev-python/psycopg/psycopg-3.2.8.ebuild
index 011b4f7717fe..07300dd1afec 100644
--- a/dev-python/psycopg/psycopg-3.2.8.ebuild
+++ b/dev-python/psycopg/psycopg-3.2.8.ebuild
@@ -40,9 +40,6 @@ RDEPEND="
BDEPEND="
native-extensions? (
dev-python/cython[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/tomli[${PYTHON_USEDEP}]
- ' 3.10)
)
test? (
>=dev-db/postgresql-8.1[server]