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

Allows Recommends and Suggest in Fedora

OBS-URL: https://build.opensuse.org/request/show/583915
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=107
This commit is contained in:
Tomáš Chvátal 2018-03-07 14:42:55 +00:00 committed by Git OBS Bridge
parent 76a2b046ed
commit 91167bda81
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 7 14:37:27 UTC 2018 - aplanas@suse.com
- Allows Recommends and Suggest in Fedora
-------------------------------------------------------------------
Tue Feb 27 18:08:32 UTC 2018 - aplanas@suse.com

View File

@ -44,7 +44,7 @@ BuildRequires: %{python_module pytest}
Requires: ca-certificates
Requires: python
# for good measure, at least recommend an actual set of certificates
%if 0%{?suse_version} >= 1000
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
Recommends: ca-certificates-mozilla
Recommends: python-pyOpenSSL >= 0.14
Recommends: python-cryptography >= 1.3.4