[spyder] 06/14: Update the build dependencies

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Sep 22 15:46:53 UTC 2017


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

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

commit 3b71a04f849d2eb6f71a8428cfd25a38ba02d226
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Sep 22 14:05:14 2017 +0100

    Update the build dependencies
    
    - Drop superfluous versioned dependencies for chardet, qtawesome and
      qtconsole
    - Add new versioned dependencies for jedi and rope (Python 2)
    
    Gbp-Dch: Full
---
 debian/control | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index d53461e..def269a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 10),
                pylint,
                pylint3,
                python-all,
-               python-chardet (>= 2.0.0),
-               python-jedi,
+               python-chardet,
+               python-jedi (>= 0.9.0),
                python-nbconvert,
                python-numpydoc,
                python-pickleshare,
@@ -18,16 +18,16 @@ Build-Depends: debhelper (>= 10),
                python-pycodestyle,
                python-pyflakes,
                python-pygments (>= 2.0),
-               python-qtawesome (>= 0.4.1),
-               python-qtconsole (>= 4.2.0),
+               python-qtawesome,
+               python-qtconsole,
                python-qtpy,
-               python-rope,
+               python-rope (>= 0.10.5),
                python-setuptools,
                python-sphinx,
                python-zmq,
                python3-all,
-               python3-chardet (>= 2.0.0),
-               python3-jedi,
+               python3-chardet,
+               python3-jedi (>= 0.9.0),
                python3-nbconvert,
                python3-numpydoc,
                python3-pickleshare,
@@ -35,8 +35,8 @@ Build-Depends: debhelper (>= 10),
                python3-pycodestyle,
                python3-pyflakes,
                python3-pygments (>= 2.0),
-               python3-qtawesome (>= 0.4.1),
-               python3-qtconsole (>= 4.2.0),
+               python3-qtawesome,
+               python3-qtconsole,
                python3-qtpy,
                python3-rope,
                python3-setuptools,

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