14
0

Accepting request 817852 from devel:languages:python

- Added explanation in SPEC file

OBS-URL: https://build.opensuse.org/request/show/817852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bibtexparser?expand=0&rev=4
This commit is contained in:
2020-06-30 19:59:00 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 30 10:24:22 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Added explanation in SPEC file
-------------------------------------------------------------------
Mon Jun 1 10:15:19 UTC 2020 - pgajdos@suse.com

View File

@@ -39,6 +39,7 @@ BuildArch: noarch
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 %{with python2}
BuildRequires: python-unittest2
%endif