forked from pool/python-fastparquet
Accepting request 704258 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/704258 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastparquet?expand=0&rev=7
This commit is contained in:
commit
1bc9fdb782
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 20 15:12:11 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Clean up SPEC file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 30 14:28:46 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
Tue Apr 30 14:28:46 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -32,8 +32,8 @@ BuildRequires: %{python_module cffi >= 0.6}
|
|||||||
BuildRequires: %{python_module numba >= 0.28}
|
BuildRequires: %{python_module numba >= 0.28}
|
||||||
BuildRequires: %{python_module numpy-devel >= 1.11}
|
BuildRequires: %{python_module numpy-devel >= 1.11}
|
||||||
BuildRequires: %{python_module pandas}
|
BuildRequires: %{python_module pandas}
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
BuildRequires: %{python_module pytest-runner}
|
BuildRequires: %{python_module pytest-runner}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -45,8 +45,8 @@ Requires: python-six
|
|||||||
Requires: python-thrift >= 0.11.0
|
Requires: python-thrift >= 0.11.0
|
||||||
Recommends: python-Brotli
|
Recommends: python-Brotli
|
||||||
Recommends: python-bson
|
Recommends: python-bson
|
||||||
Recommends: python-python-lzo
|
|
||||||
Recommends: python-lz4 >= 0.19.1
|
Recommends: python-lz4 >= 0.19.1
|
||||||
|
Recommends: python-python-lzo
|
||||||
Recommends: python-python-snappy
|
Recommends: python-python-snappy
|
||||||
Recommends: python-zstandard
|
Recommends: python-zstandard
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
@ -75,6 +75,7 @@ export CFLAGS="%{optflags}"
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
%python_expand rm -v %{buildroot}%{$python_sitearch}/fastparquet/speedups.c
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
|
Loading…
Reference in New Issue
Block a user