From dd7ddaf8d45a230b0ef896d1c16beac017d4d3d73074ef4f552efd38e66c20cc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 10 Jun 2020 16:20:50 +0000 Subject: [PATCH] - Explain necessity of unittest2 for python2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyclipper?expand=0&rev=6 --- python-pyclipper.changes | 5 +++++ python-pyclipper.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-pyclipper.changes b/python-pyclipper.changes index 7ae18ba..5642fdf 100644 --- a/python-pyclipper.changes +++ b/python-pyclipper.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 10 16:20:24 UTC 2020 - Matej Cepl + +- Explain necessity of unittest2 for python2 + ------------------------------------------------------------------- Tue Jun 2 15:03:59 UTC 2020 - pgajdos@suse.com diff --git a/python-pyclipper.spec b/python-pyclipper.spec index 854b668..e9e3099 100644 --- a/python-pyclipper.spec +++ b/python-pyclipper.spec @@ -34,6 +34,7 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} %if %{with python2} +# Required because of otherwise missing assertWarns BuildRequires: python2-unittest2 %endif BuildRequires: fdupes