This commit is contained in:
parent
0f2d7b4d5a
commit
bb30e02992
@ -17,11 +17,10 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
# Test requires network connection
|
||||
%bcond_with test
|
||||
Name: python-distributed
|
||||
Version: 2.1.0
|
||||
Version: 1.25.3
|
||||
Release: 0
|
||||
Summary: Library for distributed computing with Python
|
||||
License: BSD-3-Clause
|
||||
@ -34,6 +33,7 @@ BuildRequires: %{python_module scikit-learn >= 0.17.1}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python2-futures
|
||||
Requires: python-PyYAML
|
||||
Requires: python-certifi
|
||||
Requires: python-click >= 6.6
|
||||
@ -47,7 +47,7 @@ Requires: python-six
|
||||
Requires: python-sortedcontainers
|
||||
Requires: python-tblib
|
||||
Requires: python-toolz >= 0.7.4
|
||||
Requires: python-tornado >= 5
|
||||
Requires: python-tornado >= 4.5.1
|
||||
Requires: python-zict >= 0.1.3
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
@ -63,8 +63,13 @@ BuildRequires: %{python_module six}
|
||||
BuildRequires: %{python_module sortedcontainers}
|
||||
BuildRequires: %{python_module tblib}
|
||||
BuildRequires: %{python_module toolz >= 0.7.4}
|
||||
BuildRequires: %{python_module tornado >= 5}
|
||||
BuildRequires: %{python_module tornado >= 4.5.1}
|
||||
BuildRequires: %{python_module zict >= 0.1.3}
|
||||
BuildRequires: python2-mock
|
||||
%endif
|
||||
%ifpython2
|
||||
Requires: python-futures
|
||||
Requires: python-singledispatch
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
@ -99,6 +104,7 @@ clusters.
|
||||
%python3_only %{_bindir}/dask-remote
|
||||
%python3_only %{_bindir}/dask-scheduler
|
||||
%python3_only %{_bindir}/dask-worker
|
||||
%python3_only %{_bindir}/dask-mpi
|
||||
%{python_sitelib}/distributed*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user