forked from pool/python-blosc
Accepting request 1170768 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1170768 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=22
This commit is contained in:
commit
3bbcca0dfa
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 26 16:44:43 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Pin to numpy < 2 -- gh#Blosc/python-blosc#327
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 10 12:29:50 UTC 2023 - ecsos <ecsos@opensuse.org>
|
Sat Jun 10 12:29:50 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-blosc
|
# spec file for package python-blosc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -36,7 +36,7 @@ BuildRequires: cmake >= 3.14.0
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module numpy >= 1.16}
|
BuildRequires: %{python_module numpy >= 1.16 with %python-numpy < 2}
|
||||||
BuildRequires: %{python_module psutil}
|
BuildRequires: %{python_module psutil}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Recommends: python-numpy
|
Recommends: python-numpy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user