pygtk2 and its numpy dependency

Adam Jackson ajax at redhat.com
Tue Aug 11 15:52:12 UTC 2009


On Tue, 2009-08-11 at 10:05 -0500, Jon Ciesla wrote:
> Adam Jackson wrote:
> > The question is only whether to keep the 'Requires: numpy' in pygtk2 or
> > to push it out to apps that use get_pixels_array().  And I think the
> > latter sounds just fine to me.
> >
> That's fine with me, assuming there's a way to determine that list.

To a first approximation:

find . -name \*.py | xargs grep '\<get_pixels_array\>'

It appears to be a remarkably uncommon function name.  This won't catch
anyone calling it from C code instead, but anyone doing that is a
cretin.

- ajax
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://lists.fedoraproject.org/pipermail/devel/attachments/20090811/aad9a98b/attachment.bin 


More information about the devel mailing list