- 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:
parent
5b988d3f50
commit
788e4f3963
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user