Accepting request 563677 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/563677 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numba?expand=0&rev=5
This commit is contained in:
parent
eb1c9a2ec1
commit
dde062d903
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 11 19:25:55 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
- Bump minimum llvmlite version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 21 18:33:16 UTC 2017 - arun@gmx.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-numba
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -28,15 +28,14 @@ Group: Development/Languages/Python
|
||||
Url: http://numba.github.com
|
||||
Source: https://files.pythonhosted.org/packages/source/n/numba/numba-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module llvmlite >= 0.17}
|
||||
BuildRequires: %{python_module llvmlite >= 0.21}
|
||||
BuildRequires: %{python_module numpy-devel >= 1.7}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-llvmlite >= 0.17
|
||||
Requires: python-llvmlite >= 0.21
|
||||
Requires: python-numpy >= 1.7
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
%python_subpackages
|
||||
|
Loading…
Reference in New Issue
Block a user