14
0

Accepting request 664950 from home:jbrownell:branches:devel:languages:python

- Support older OS targets by adding a fallback for Recommends:

OBS-URL: https://build.opensuse.org/request/show/664950
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=34
This commit is contained in:
2019-01-12 15:41:52 +00:00
committed by Git OBS Bridge
parent 7db03e73c7
commit 2fa36fb5ae
2 changed files with 9 additions and 0 deletions

View File

@@ -36,7 +36,11 @@ BuildRequires: %{python_module requests >= 2.0.1}
BuildRequires: %{python_module six}
BuildRequires: %{python_module urllib3 >= 1.11.0}
Requires: python-six
%if 0%{?_no_weakdeps}
Requires: python-requests >= 2.0.1
%else
Recommends: python-requests >= 2.0.1
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch