From Fedora Project Wiki
m (moved PackagingDrafts/PythonNumpy to Archive:PackagingDrafts/PythonNumpy: Merged into Guidelines) |
(Add archive category) |
||
Line 6: | Line 6: | ||
If your package uses pygtk2, and calls the gtk.gdk.get_pixels_array() function, that package needs to explicitly Require: numpy. In the past, pygtk2 had a Requires on numpy, but since it is only used for that one function (and that function is not commonly used), the Requires has been removed to minimize the install footprint of pygtk2. | If your package uses pygtk2, and calls the gtk.gdk.get_pixels_array() function, that package needs to explicitly Require: numpy. In the past, pygtk2 had a Requires on numpy, but since it is only used for that one function (and that function is not commonly used), the Requires has been removed to minimize the install footprint of pygtk2. | ||
[[Category:Archived packaging guideline drafts]] |
Latest revision as of 19:12, 15 September 2009
Draft
This is proposed addendum to Packaging/Python
PyGTK2 and Numpy
If your package uses pygtk2, and calls the gtk.gdk.get_pixels_array() function, that package needs to explicitly Require: numpy. In the past, pygtk2 had a Requires on numpy, but since it is only used for that one function (and that function is not commonly used), the Requires has been removed to minimize the install footprint of pygtk2.