14
0
forked from pool/python-stestr

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

- Fallback in case "Suggests:" keyword is not supported

OBS-URL: https://build.opensuse.org/request/show/664954
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=17
This commit is contained in:
2019-01-12 15:42:41 +00:00
committed by Git OBS Bridge
parent 2f2f872dbe
commit 18b17c5ca5
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 9 22:49:20 UTC 2019 - Jonathan Brownell <jbrownell@suse.com>
- Fallback in case "Suggests:" keyword is not supported
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 7 13:41:42 UTC 2018 - Thomas Bechtold <tbechtold@suse.com> Fri Dec 7 13:41:42 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>

View File

@@ -53,7 +53,9 @@ Requires: python3-dbm
%endif %endif
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun): update-alternatives
%if !0%{?_no_weakdeps}
Suggests: python-subunit2sql >= 1.8.0 Suggests: python-subunit2sql >= 1.8.0
%endif
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages