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:
Todd R 2016-03-14 17:30:23 +00:00 committed by Git OBS Bridge
parent 44590e6a6a
commit f0b100ad6b
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -37,8 +37,9 @@ BuildRequires: python-mock >= 1.3.0
BuildRequires: python-nose >= 1.3.7
BuildRequires: python-nose-exclude >= 0.4.1
BuildRequires: python-tornado >= 4.2.1
Requires: python-pyOpenSSL
Requires: python-pyasn1
Recommends: python-pyOpenSSL
Recommends: python-pyasn1
Recommends: python-ndg-httpsclient
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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()")}