- avoid using recommends on older distributions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=117
This commit is contained in:
Dirk Mueller 2018-12-10 10:36:44 +00:00 committed by Git OBS Bridge
parent 5b988d3f50
commit 788e4f3963
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 10 10:36:31 UTC 2018 - Dirk Mueller <dmueller@suse.com>
- avoid using recommends on older distributions
-------------------------------------------------------------------
Fri Nov 23 21:34:10 UTC 2018 - Arun Persaud <arun@gmx.de>

View File

@ -45,10 +45,12 @@ Requires: python-idna < 2.8
Requires: python-idna >= 2.5
Requires: python-py
Requires: python-urllib3 >= 1.21.1
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
Recommends: ca-certificates-mozilla
Recommends: python-PySocks >= 1.5.6
Recommends: python-cryptography >= 1.3.4
Recommends: python-pyOpenSSL >= 0.14
%endif
BuildArch: noarch
%if %{test}
Name: python-requests-%{flavor}