From f35cc713653cba536f99871d681f9b7e34bab53c Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Mon, 30 Sep 2019 18:40:08 +0200 Subject: Remove unused build requirements - GObject introspection is only necessary if we build from git. - PyGObject is no longer needed. --- vips.spec | 2 -- 1 file changed, 2 deletions(-) (limited to 'vips.spec') diff --git a/vips.spec b/vips.spec index ace6bd4..c8c0d54 100644 --- a/vips.spec +++ b/vips.spec @@ -44,8 +44,6 @@ URL: https://libvips.github.io/libvips/ Source0: https://github.com/libvips/libvips/releases/download/v%{vips_version}%{?vips_prever:-%{vips_prever}}/vips-%{vips_tarver}.tar.gz BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(pygobject-3.0) BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(fftw3) %if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 -- cgit