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 )