forked from pool/python-Wand
Accepting request 891406 from home:bnavigator:branches:devel:languages:python
- Fix numpy test BuildRequires for flavors beyond python38 OBS-URL: https://build.opensuse.org/request/show/891406 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Wand?expand=0&rev=4
This commit is contained in:
@@ -4,6 +4,11 @@ Sat May 8 20:30:37 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
- Skip tests using fftw library, we don't have the support built
|
||||
in ImageMagick (see gh#emcconville/wand#476).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 7 23:47:46 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Fix numpy test BuildRequires for flavors beyond python38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 1 01:50:31 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -35,8 +35,7 @@ BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module psutil >= 1.0.1}
|
||||
BuildRequires: %{python_module pytest >= 2.3.0}
|
||||
BuildRequires: (python3-numpy if python3-base < 3.8)
|
||||
BuildRequires: (python38-numpy if python38-base)
|
||||
BuildRequires: %{python_module numpy if (%python-base without python36-base)}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user