From 50bec8800e91843274df8b11c8505c094ce246129098aa7bea487cb76c4d7a88 Mon Sep 17 00:00:00 2001 From: Todd R Date: Sat, 26 Sep 2015 09:06:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=69 --- python-requests.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python-requests.spec b/python-requests.spec index 0164bb1..018db5c 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -35,9 +35,7 @@ BuildRequires: python-devel BuildRequires: python-py BuildRequires: python-setuptools Requires: python -Requires: python-chardet Requires: python-py -Requires: python-urllib3 %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else @@ -78,8 +76,6 @@ sed -i '/^#!/d' ./requests/certs.py %patch1 -p1 %endif rm ./requests/cacert.pem -# Unbundle python-chardet and python-urllib3 -sed -i 's|.packages.||g' requests/*.py %build python setup.py build @@ -92,7 +88,6 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -rm -rf %{buildroot}%{python_sitelib}/requests/packages %files %defattr(-,root,root)