Accepting request 704253 from home:mcepl:branches:devel:languages:python:numeric

- Clean up SPEC file.

OBS-URL: https://build.opensuse.org/request/show/704253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastparquet?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal 2019-05-20 13:24:28 +00:00 committed by Git OBS Bridge
parent bc29c40d35
commit 6f19f6c0ef
2 changed files with 8 additions and 2 deletions

View File

@ -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>

View File

@ -32,8 +32,8 @@ BuildRequires: %{python_module cffi >= 0.6}
BuildRequires: %{python_module numba >= 0.28}
BuildRequires: %{python_module numpy-devel >= 1.11}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
@ -45,8 +45,8 @@ Requires: python-six
Requires: python-thrift >= 0.11.0
Recommends: python-Brotli
Recommends: python-bson
Recommends: python-lz4 >= 0.19.1
Recommends: python-python-lzo
Recommends: python-lz4 >= 0.19.1
Recommends: python-python-snappy
Recommends: python-zstandard
%if %{with test}
@ -75,6 +75,7 @@ export CFLAGS="%{optflags}"
%install
%python_install
%python_expand rm -v %{buildroot}%{$python_sitearch}/fastparquet/speedups.c
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%if %{with test}