forked from pool/python-flaky
Accepting request 855635 from home:bnavigator:branches:devel:languages:python
- Fix condition around BuildRequirement OBS-URL: https://build.opensuse.org/request/show/855635 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flaky?expand=0&rev=17
This commit is contained in:
parent
1752fcd3a7
commit
2172ebe426
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 00:48:47 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Fix condition around BuildRequirement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 20:27:15 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -45,8 +45,8 @@ BuildArch: noarch
|
||||
BuildRequires: %{python_module flaky >= %{version}}
|
||||
BuildRequires: %{python_module genty}
|
||||
BuildRequires: %{python_module pytest}
|
||||
%if "%{python_flavor}" == "python2"
|
||||
BuildRequires: %{python_module mock}
|
||||
%if 0%{?suse_version} <= 1500
|
||||
BuildRequires: python-mock
|
||||
%endif
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
Loading…
x
Reference in New Issue
Block a user