14
0
forked from pool/python-joblib
2018-02-09 16:24:56 +00:00
committed by Git OBS Bridge
parent da05c7ede5
commit 8275325e7c

View File

@@ -16,7 +16,7 @@
# #
%bcond_without test %bcond_with test
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-joblib Name: python-joblib
@@ -66,7 +66,7 @@ Joblib can handle large data and has specific optimizations for `numpy` arrays.
%if %{with test} %if %{with test}
%check %check
%python_expand py.test-%{$python_bin_suffix} %python_expand py.test-%{$python_bin_suffix} joblib
%endif %endif
%files %{python_files} %files %{python_files}