14
0

Accepting request 855637 from home:bnavigator:branches:devel:languages:python

- Fix condition around BuildRequirement

OBS-URL: https://build.opensuse.org/request/show/855637
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bibtexparser?expand=0&rev=13
This commit is contained in:
2020-12-14 06:21:44 +00:00
committed by Git OBS Bridge
parent 41ce4e4e0a
commit 2c0f386bed
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
-------------------------------------------------------------------
Mon Dec 14 00:56:46 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Fix condition around BuildRequirement
-------------------------------------------------------------------
Mon Aug 17 08:29:09 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Remove unnecessary BR on devel.

View File

@@ -41,7 +41,7 @@ BuildRequires: %{python_module future >= 0.16.0}
BuildRequires: %{python_module pyparsing >= 2.0.3}
BuildRequires: %{python_module pytest}
# Required for assertLogs unavailable in 2.7 unittest
%if "%{python_flavor}" == "python2"
%if 0%{?suse_version} <= 1500
BuildRequires: python-unittest2
%endif
# /SECTION