dev-python/django-tables2: Allow dev-python/psycopg:0 for testing

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-12-10 16:52:55 +01:00
parent abd7f77bc9
commit ce3733ba04

View File

@@ -32,7 +32,13 @@ BDEPEND="
${RDEPEND}
dev-python/django-filter[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/psycopg:2[${PYTHON_USEDEP}]
|| (
(
>=dev-python/django-4.2[${PYTHON_USEDEP}]
dev-python/psycopg:*[${PYTHON_USEDEP}]
)
dev-python/psycopg:2[${PYTHON_USEDEP}]
)
dev-python/pytz[${PYTHON_USEDEP}]
)
"