forked from pool/python-urllib3
Accepting request 372873 from home:matejcik:requests-mess
- change Requires on pyopenssl, pyasn1 into Recommends, add ndg-httpsclient as well (these are dependencies of urrlib3's pyopenssl module, which can be used if native python's ssl capabilities are not good enough) OBS-URL: https://build.opensuse.org/request/show/372873 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 2 15:54:26 UTC 2016 - jmatejek@suse.com
|
||||||
|
|
||||||
|
- change Requires on pyopenssl, pyasn1 into Recommends,
|
||||||
|
add ndg-httpsclient as well
|
||||||
|
(these are dependencies of urrlib3's pyopenssl module, which can be
|
||||||
|
used if native python's ssl capabilities are not good enough)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 11 13:55:13 UTC 2016 - aplanas@suse.com
|
Thu Feb 11 13:55:13 UTC 2016 - aplanas@suse.com
|
||||||
|
|
||||||
|
@@ -37,8 +37,9 @@ BuildRequires: python-mock >= 1.3.0
|
|||||||
BuildRequires: python-nose >= 1.3.7
|
BuildRequires: python-nose >= 1.3.7
|
||||||
BuildRequires: python-nose-exclude >= 0.4.1
|
BuildRequires: python-nose-exclude >= 0.4.1
|
||||||
BuildRequires: python-tornado >= 4.2.1
|
BuildRequires: python-tornado >= 4.2.1
|
||||||
Requires: python-pyOpenSSL
|
Recommends: python-pyOpenSSL
|
||||||
Requires: python-pyasn1
|
Recommends: python-pyasn1
|
||||||
|
Recommends: python-ndg-httpsclient
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
Reference in New Issue
Block a user