From 303e188ca641d01ecfc464be23490f2fc28c61c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 22 Mar 2015 04:05:38 +0100 Subject: [PATCH] Remove non-existing packages from BuildRequires --- firstboot/firstboot.spec | 2 +- pykickstart/pykickstart.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firstboot/firstboot.spec b/firstboot/firstboot.spec index 5ec2092..71bcd0e 100644 --- a/firstboot/firstboot.spec +++ b/firstboot/firstboot.spec @@ -20,7 +20,7 @@ Group: System Environment/Base ExclusiveOS: Linux BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext -BuildRequires: python-devel, python-setuptools-devel +BuildRequires: python-devel BuildRequires: systemd-units Requires: pygtk2, python Requires: setuptool, libuser-python, system-config-date diff --git a/pykickstart/pykickstart.spec b/pykickstart/pykickstart.spec index 8e5f379..a5b18de 100644 --- a/pykickstart/pykickstart.spec +++ b/pykickstart/pykickstart.spec @@ -19,7 +19,7 @@ License: GPLv2 Group: System Environment/Libraries BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel, gettext, python-setuptools-devel +BuildRequires: python-devel, gettext BuildRequires: python-urlgrabber %if ! 0%{?rhel} BuildRequires: transifex-client