mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
psycopg2cffi: fix https://github.com/pentoo/pentoo-overlay/issues/837
This commit is contained in:
parent
edff4eab53
commit
4f39fd5547
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
#pg_config is required to compile, https://github.com/pentoo/pentoo-overlay/issues/837
|
||||
DEPEND="${RDEPEND}
|
||||
dev-db/postgresql"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RESTRICT="test"
|
||||
Loading…
Reference in a new issue