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:
Matej Cepl 2020-12-14 06:22:01 +00:00 committed by Git OBS Bridge
parent 1752fcd3a7
commit 2172ebe426
2 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -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