forked from pool/python-httplib2
- Add httplib2-bnc-818100.patch (bnc#818100): Fix for subsequent
request SSL certificate validation - Add httplib2-bnc-818100.patch (bnc#818100): Fix for subsequent request SSL certificate validation OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=34
This commit is contained in:
committed by
Git OBS Bridge
parent
4f4c6e432e
commit
bfa6628a9f
@@ -26,6 +26,8 @@ Group: Development/Libraries/Python
|
||||
Source: http://pypi.python.org/packages/source/h/httplib2/httplib2-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE: Don't ship private copy of Mozilla NSS certs, use system certs instead (bnc#761162)
|
||||
Patch0: httplib2-use-system-certs.patch
|
||||
# PATCH-FIX-UPSTREAM: speilicke@suse.com -- SSL certificate hostname mismatch is checked only once
|
||||
Patch1: httplib2-bnc-818100.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
# Test requirements (for ssl module):
|
||||
@@ -48,6 +50,7 @@ left out of other HTTP libraries.
|
||||
%prep
|
||||
%setup -q -n httplib2-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
|
Reference in New Issue
Block a user