14
0

Accepting request 664988 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/664988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=17
This commit is contained in:
2019-01-15 08:17:15 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 10 22:45:48 UTC 2019 - Jonathan Brownell <jbrownell@suse.com>
- Support older OS targets by adding a fallback for Recommends:
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 4 12:56:08 UTC 2018 - Matej Cepl <mcepl@suse.com> Tue Dec 4 12:56:08 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

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