From b2ac388f485d0232502d9b07f49eacec19733ae8 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 18 Aug 2009 20:13:15 +0000 Subject: [PATCH] - 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. --- pygtk2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pygtk2.spec b/pygtk2.spec index 6870d6f..3f94a68 100644 --- a/pygtk2.spec +++ b/pygtk2.spec @@ -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 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 - 2.15.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild