Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 722852 - dev-python/psycopg: should dev-db/postgresql RDEPEND be optional?
Summary: dev-python/psycopg: should dev-db/postgresql RDEPEND be optional?
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-13 13:24 UTC by Alexander Kurakin
Modified: 2020-05-13 14:20 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!