Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 722852

Summary: dev-python/psycopg: should dev-db/postgresql RDEPEND be optional?
Product: Gentoo Linux Reporter: Alexander Kurakin <kuraga333>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WONTFIX    
Severity: normal CC: kuraga333, python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alexander Kurakin 2020-05-13 13:24:38 UTC
Good day!

I'm installing dev-db/pgadmin4 to control a *remote* PostgreSQL server. I get dev-db/postgresql through dev-python/psycopg.

Let's create a `remote` flag for this situation?

Thanks!

P.S. For instance, app-emulation/docker-compose doesn't install app-emulation/docker, at all.
Comment 1 dwfreed 2020-05-13 13:44:46 UTC
psycopg needs libpq from postgresql in order to build.  If you don't need the whole database server locally, you can just put 'dev-db/postgresql -server' in your /etc/portage/package.use
Comment 2 Alexander Kurakin 2020-05-13 14:20:33 UTC
Ok, thanks!