dev-python/psycopg2cffi: sync with databases.eclass

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-01-22 22:43:15 +05:00
parent 7f21594a3f
commit 7644cf2e06

View File

@@ -25,9 +25,7 @@ RDEPEND="
"
BDEPEND="
$(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]' 'python*')
test? (
$(epostgres --get-depend)
)
test? ( ${DATABASES_DEPEND[postgres]} )
"
PATCHES=( "${FILESDIR}"/${P}-include-tests.patch )