From bca2e4a47833eb8f7722dbb0a3eb42c09dfe0e14f50f9dd94d2975d350841951 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 10 Jun 2020 15:47:38 +0000 Subject: [PATCH] Explain situation with unittest2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bibtexparser?expand=0&rev=8 --- python-bibtexparser.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-bibtexparser.spec b/python-bibtexparser.spec index 5190e95..b4ed862 100644 --- a/python-bibtexparser.spec +++ b/python-bibtexparser.spec @@ -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