forked from pool/python-pyclipper
- Explain necessity of unittest2 for python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyclipper?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 10 16:20:24 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Explain necessity of unittest2 for python2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 2 15:03:59 UTC 2020 - pgajdos@suse.com
|
Tue Jun 2 15:03:59 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -34,6 +34,7 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
|
# Required because of otherwise missing assertWarns
|
||||||
BuildRequires: python2-unittest2
|
BuildRequires: python2-unittest2
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Reference in New Issue
Block a user