From 7644cf2e063babda6e50045ea9895bcfee663aa8 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 22 Jan 2024 22:43:15 +0500 Subject: [PATCH] dev-python/psycopg2cffi: sync with databases.eclass Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild index 6c0c367058..5aace629b5 100644 --- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild +++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild @@ -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 )