Accepting request 583980 from home:aplanas:branches:devel:languages:python

Allows Recommends and Suggest in Fedora

OBS-URL: https://build.opensuse.org/request/show/583980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=38
This commit is contained in:
Dirk Mueller 2018-03-07 16:42:29 +00:00 committed by Git OBS Bridge
parent aa37178194
commit da820d7dde
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Mar 7 15:52:54 UTC 2018 - aplanas@suse.com
- Allows Recommends and Suggest in Fedora
-------------------------------------------------------------------
Tue Feb 27 18:42:40 UTC 2018 - aplanas@suse.com
- Recommends only for SUSE
-------------------------------------------------------------------
Mon Feb 12 12:14:42 UTC 2018 - normand@linux.vnet.ibm.com

View File

@ -43,11 +43,13 @@ BuildRequires: %{python_module nose >= 1.3.7}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module tornado >= 4.2.1}
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
Recommends: python-pyOpenSSL
Recommends: python-cryptography
Recommends: python-idna
Recommends: python-ndg-httpsclient
Recommends: ca-certificates-mozilla
%endif
BuildArch: noarch
%python_subpackages