- Drop the explicit Requires: numpy as per new packaging guidelines. If
your app calls gtk.gdk.get_pixels_array() you need to pull numpy in yourself.
This commit is contained in:
parent
859d263021
commit
b2ac388f48
@ -15,7 +15,7 @@
|
||||
|
||||
Name: pygtk2
|
||||
Version: 2.15.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Languages
|
||||
Summary: Python bindings for GTK+
|
||||
@ -38,7 +38,6 @@ Patch2: pygtk-2.15.2-gtk-2.16.defs.patch
|
||||
|
||||
# Leave these requirements alone! RPM isn't smart enough
|
||||
# to derive these from the build requirements below.
|
||||
Requires: numpy
|
||||
Requires: pycairo
|
||||
Requires: pygobject2
|
||||
|
||||
@ -168,6 +167,11 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/pygtk
|
||||
|
||||
%changelog
|
||||
* Tue Aug 18 2009 Adam Jackson <ajax@redhat.com> 2.15.2-4
|
||||
- Drop the explicit Requires: numpy as per new packaging guidelines. If
|
||||
your app calls gtk.gdk.get_pixels_array() you need to pull numpy in
|
||||
yourself.
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user