forked from pool/python-bibtexparser
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user