[Python-modules-commits] [dask] 01/01: Relax selected optional dependencies

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jun 12 20:51:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository dask.

commit 160a13869a58980469639de9d72d41922608aed9
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sat Jun 3 17:52:28 2017 +0100

    Relax selected optional dependencies
    
    - Leave numpy and toolz in Recommends (dask.array dependencies)
    - Move cloudpickle, distributed, graphviz, pandas, partd and psutil to
      Suggests
    
    Gbp-Dch: Full
---
 debian/control | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 5e90aa3..73af5ab 100644
--- a/debian/control
+++ b/debian/control
@@ -26,15 +26,15 @@ Package: python3-dask
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends}
-Recommends: python3-cloudpickle,
-            python3-distributed (>= 1.16),
-            python3-graphviz,
-            python3-numpy,
-            python3-pandas (>= 0.19.0),
-            python3-partd,
-            python3-psutil,
+Recommends: python3-numpy,
             python3-toolz
-Suggests: python-dask-doc <!nodoc>
+Suggests: python-dask-doc <!nodoc>,
+          python3-cloudpickle,
+          python3-distributed (>= 1.16),
+          python3-graphviz,
+          python3-pandas (>= 0.19.0),
+          python3-partd,
+          python3-psutil
 Description: Minimal task scheduling abstraction for Python 3
  Dask is a flexible parallel computing library for analytics,
  containing two components.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dask.git



More information about the Python-modules-commits mailing list