[spyder] 04/05: Adjust the list of optional dependencies

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue May 16 17:18:13 UTC 2017


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

ghisvail-guest pushed a commit to branch experimental
in repository spyder.

commit 60b12582ca18b798d5524eb3a1318b4737844b83
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sat May 13 17:13:35 2017 +0100

    Adjust the list of optional dependencies
    
    - Following the setuptools metadata
    - Add corresponding packages to Suggests
    - Drop gitk and tortoisehg from Suggests
    
    Gbp-Dch: full
---
 debian/control | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index 47c8243..7eff1f1 100644
--- a/debian/control
+++ b/debian/control
@@ -82,13 +82,14 @@ Depends: ${misc:Depends},
          libjs-jquery,
          libjs-mathjax,
          spyder-common (= ${binary:Version})
-Recommends: python-matplotlib,
-            python-numpy,
-            python-pandas,
-            python-scipy,
-            spyder-doc (= ${binary:Version})
-Suggests: gitk,
-          tortoisehg
+Suggests: cython,
+          python-matplotlib,
+          python-numpy,
+          python-pandas,
+          python-pil,
+          python-scipy,
+          python-sympy,
+          spyder-doc (= ${binary:Version})
 Breaks: ${python:Breaks},
         python-spyderlib (<< 3.0.0+dfsg1-1~),
         python-spyderlib-doc (<< 2.3.0+dfsg-4),
@@ -169,13 +170,14 @@ Depends: ${misc:Depends},
          libjs-jquery,
          libjs-mathjax,
          spyder-common (= ${binary:Version})
-Recommends: python3-matplotlib,
-            python3-numpy,
-            python3-pandas,
-            python3-scipy,
-            spyder-doc (= ${binary:Version})
-Suggests: gitk,
-          tortoisehg
+Suggests: cython3,
+          python3-matplotlib,
+          python3-numpy,
+          python3-pandas,
+          python3-pil,
+          python3-scipy,
+          python3-sympy,
+          spyder-doc (= ${binary:Version})
 Breaks: ${python3:Breaks},
         python3-spyderlib (<< 3.0.0+dfsg1-1~),
         spyder3 (<< 2.3.0+dfsg-2)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/spyder.git



More information about the debian-science-commits mailing list