#27369 closed defect (fixed)
py*-cairo has useless py*-numpy dependency
Reported by: | afb@… | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | py25-cairo py26-cairo |
Description
Port pycairo thinks that it needs numpy, but that's only for testing.
So the depends_lib should have been depends_build (or "depends_test")
This causes a GTK+ installation to pull in GCC, which is *bloated*.
Even more so, considering that the test phase isn't even being run.
Attachments (1)
Change History (5)
Changed 14 years ago by afb@…
Attachment: | pycairo-numpy-test.diff added |
---|
comment:1 follow-up: 3 Changed 14 years ago by afb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by eisen_jr@…
in the upgraded py25-cairo version this dependency on py25-numpy is still present and causes an architecture error of py25-numpy is build with the +universal option.
comment:3 Changed 11 years ago by cooljeanius (Eric Gallager)
Note: See
TracTickets for help on using
tickets.
Fixed, r76842.
(depends_test still missing though)