Accepting request 584255 from home:aplanas:branches:devel:languages:python

- Allows Recommends and Suggest in Fedora

OBS-URL: https://build.opensuse.org/request/show/584255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=30
This commit is contained in:
Tomáš Chvátal 2018-03-08 10:52:01 +00:00 committed by Git OBS Bridge
parent 5b5f68f907
commit 1ce495a09e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 8 10:15:27 UTC 2018 - aplanas@suse.com
- Allows Recommends and Suggest in Fedora
-------------------------------------------------------------------
Tue Feb 27 18:52:40 UTC 2018 - aplanas@suse.com

View File

@ -33,7 +33,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%if 0%{?suse_version} >= 1000
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
Recommends: python-watchdog
Recommends: python-termcolor
%endif