Accepting request 583944 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/583944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools_scm?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2018-03-12 11:05:31 +00:00 committed by Git OBS Bridge
commit 0621cc6138
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 7 14:44:30 UTC 2018 - aplanas@suse.com
- Allows Recommends and Suggest in Fedora
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 27 18:15:58 UTC 2018 - aplanas@suse.com Tue Feb 27 18:15:58 UTC 2018 - aplanas@suse.com

View File

@ -36,7 +36,7 @@ BuildRequires: git
BuildRequires: mercurial BuildRequires: mercurial
%endif %endif
Requires: python-setuptools Requires: python-setuptools
%if 0%{?suse_version} >= 1000 %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
Recommends: git Recommends: git
Recommends: mecurial Recommends: mecurial
%endif %endif