forked from pool/python-httplib2
- Require openssl-certs on SLE instead of ca-certificates
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=24
This commit is contained in:
parent
0df6b2030f
commit
5ef267a12e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 14:56:00 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- Require openssl-certs on SLE instead of ca-certificates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 17 08:24:44 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
@ -29,7 +29,11 @@ Patch0: httplib2-use-system-certs.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
#BuildRequires: python-pyOpenSSL
|
||||
%if 0%{?sles_version}
|
||||
Requires: openssl-certs
|
||||
%else
|
||||
Requires: ca-certificates
|
||||
%endif
|
||||
Requires: python-pyOpenSSL
|
||||
%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()")}
|
||||
|
Loading…
x
Reference in New Issue
Block a user