From c990f6bd31e0e5282d051ac9f0b0be25551865d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 8 Jun 2016 02:25:14 +0200 Subject: [PATCH] pykickstart: update dependency names Because of https://bugzilla.redhat.com/show_bug.cgi?id=1342056, python-requests name does no longer works. So adjust dependencies according to new naming scheme. --- pykickstart/pykickstart.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pykickstart/pykickstart.spec b/pykickstart/pykickstart.spec index a977029..d4595e4 100644 --- a/pykickstart/pykickstart.spec +++ b/pykickstart/pykickstart.spec @@ -30,10 +30,10 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext -BuildRequires: python-devel -BuildRequires: python-nose -BuildRequires: python-setuptools -BuildRequires: python-requests +BuildRequires: python2-devel +BuildRequires: python2-nose +BuildRequires: python2-setuptools +BuildRequires: python2-requests %if ! 0%{?rhel} BuildRequires: transifex-client %endif