Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#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)

pycairo-numpy-test.diff (2.2 KB) - added by afb@… 13 years ago.

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by afb@…

Attachment: pycairo-numpy-test.diff added

comment:1 Changed 13 years ago by afb@…

Resolution: fixed
Status: newclosed

Fixed, r76842.

(depends_test still missing though)

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 in reply to:  1 Changed 10 years ago by cooljeanius (Eric Gallager)

Replying to afb@…:

(depends_test still missing though)

That would be #38208

comment:4 Changed 10 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

Note: See TracTickets for help on using tickets.