diff options
author | Gui Chen <gui.chen@intel.com> | 2012-11-21 14:50:43 +0800 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2012-11-29 15:21:33 +0800 |
commit | a328679a0f302d0e8579960d6c9c38d5dd3772fb (patch) | |
tree | 25ae93ba2969eae2cbed1c63eaed05072ab30a16 | |
parent | 3404ec33ad76543c55d646e77293959a94045e2a (diff) | |
download | python-urlgrabber-master.tar.gz python-urlgrabber-master.tar.bz2 python-urlgrabber-master.zip |
remove requires which can't be foundHEADtizen_2.3.1_releasesubmit/trunk/20121129.072223submit/tizen_2.3.1/20150915.100758tizen_2.3.1master2.0alpha
Signed-off-by: Gui Chen <gui.chen@intel.com>
-rw-r--r-- | packaging/python-urlgrabber.spec | 6 |
1 files 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} . |