postgis brings in a ton of transitive dependencies #1943
Unanswered
sgrimm
asked this question in
Everyday usage
Replies: 1 comment 1 reply
-
Most of those dependencies seem to be coming from
I don't use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure if this rises to the level of an actual bug, but I just ran
brew install postgis
to add the PostGIS extension to my existing PostgreSQL install and was surprised at the number of packages it ended up having to download and install.Maybe there's nothing that can be done about it, but it seems off to me that installing a PostgreSQL extension should give me a couple GUI libraries, a C compiler, a new Python version, and two additional non-PostgreSQL database engines, among other things.
Happy to file an issue on this if it's an actual bug, but maybe this is just the way it has to be.
I should add that the install succeeds and the extension works afterwards.
Beta Was this translation helpful? Give feedback.
All reactions