From 2fa36fb5ae5b5e65c4a0b82d162f5b7a95703a512cc6323d42612b963c7b10ac Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 12 Jan 2019 15:41:52 +0000 Subject: [PATCH] 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 --- python-wsgi_intercept.changes | 5 +++++ python-wsgi_intercept.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/python-wsgi_intercept.changes b/python-wsgi_intercept.changes index 253cceb..2ac2b2f 100644 --- a/python-wsgi_intercept.changes +++ b/python-wsgi_intercept.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 10 22:45:48 UTC 2019 - Jonathan Brownell + +- Support older OS targets by adding a fallback for Recommends: + ------------------------------------------------------------------- Tue Dec 4 12:56:08 UTC 2018 - Matej Cepl diff --git a/python-wsgi_intercept.spec b/python-wsgi_intercept.spec index caa056f..b08c117 100644 --- a/python-wsgi_intercept.spec +++ b/python-wsgi_intercept.spec @@ -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