Accepting request 600094 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/600094 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numba?expand=0&rev=7
This commit is contained in:
parent
38243b84a5
commit
bbff150c54
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 23 14:55:41 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
- Fix dependency versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 2 23:16:36 UTC 2018 - arun@gmx.de
|
||||
|
||||
|
@ -28,14 +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.21}
|
||||
BuildRequires: %{python_module numpy-devel >= 1.7}
|
||||
BuildRequires: %{python_module llvmlite >= 0.22}
|
||||
BuildRequires: %{python_module numpy-devel >= 1.9}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-llvmlite >= 0.21
|
||||
Requires: python-numpy >= 1.7
|
||||
Requires: python-llvmlite >= 0.22
|
||||
Requires: python-numpy >= 1.9
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
%python_subpackages
|
||||
|
Loading…
Reference in New Issue
Block a user