From a328679a0f302d0e8579960d6c9c38d5dd3772fb Mon Sep 17 00:00:00 2001 From: Gui Chen Date: Wed, 21 Nov 2012 14:50:43 +0800 Subject: [PATCH] remove requires which can't be found Signed-off-by: Gui Chen --- packaging/python-urlgrabber.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packaging/python-urlgrabber.spec b/packaging/python-urlgrabber.spec index 0ee10a4..92a1516 100644 --- a/packaging/python-urlgrabber.spec +++ b/packaging/python-urlgrabber.spec @@ -11,10 +11,9 @@ URL: http://urlgrabber.baseurl.org/ Source0: %{name}-%{version}.tar.gz Source1001: packaging/python-urlgrabber.manifest Patch0: urlgrabber-HEAD.patch -Patch1: urlgrabber-libproxy-httponly.patch Requires: python-pycurl -Requires: m2crypto -Requires: libproxy-python +#Requires: m2crypto +#Requires: libproxy-python BuildRequires: python-devel BuildRequires: python-pycurl Provides: urlgrabber = %{version}-%{release} @@ -32,7 +31,6 @@ authentication, proxies and more. %prep %setup -q %patch0 -p1 -%patch1 -p1 %build cp %{SOURCE1001} . -- 2.7.4