From 020c301a2029d7842ad26d03d744f8f5671a2db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 27 Nov 2019 15:52:06 +0100 Subject: [PATCH] Disable numpy to reduce the dependency chain --- pygtk2.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pygtk2.spec b/pygtk2.spec index 21cb032..d69f6d0 100644 --- a/pygtk2.spec +++ b/pygtk2.spec @@ -15,7 +15,7 @@ Name: pygtk2 Version: 2.24.0 -Release: 27%{?dist} +Release: 28%{?dist} License: LGPLv2+ Summary: Python bindings for GTK+ URL: http://www.pygtk.org/ @@ -49,7 +49,6 @@ BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: libglade2-devel >= %{libglade2_version} BuildRequires: libtool BuildRequires: libxslt -BuildRequires: numpy BuildRequires: pango-devel >= %{pango_version} BuildRequires: pycairo-devel >= %{pycairo_version} BuildRequires: pygobject2-devel >= %{pygobject2_version} @@ -110,7 +109,7 @@ do done %build -%configure --enable-thread --enable-numpy +%configure --enable-thread --disable-numpy %{make_build} %install @@ -145,6 +144,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_datadir}/gtk-doc/html/pygtk/ %changelog +* Wed Nov 27 2019 Miro HronĨok - 2.24.0-28 +- Disable numpy to reduce the dependency chain + * Wed Nov 27 2019 Kalev Lember - 2.24.0-27 - Fix the build with pango 1.44 (#1763401)