From 91167bda81cc47816d20d6110938cd77ba690c90c94e4a8bbf8fcd52d909bf24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 7 Mar 2018 14:42:55 +0000 Subject: [PATCH] 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 --- python-requests.changes | 5 +++++ python-requests.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-requests.changes b/python-requests.changes index 98ed8b3..fa8701c 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -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 diff --git a/python-requests.spec b/python-requests.spec index 3ac3c7d..f931ccb 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -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