[SCM] A Python IDE for scientists branch, master, updated. debian/2.1.10-2-11-gbee1110
Picca Frédéric-Emma?==?UTF-8?Q?nuel
picca at debian.org
Sat Jan 19 19:40:38 UTC 2013
The following commit has been merged in the master branch:
commit e586ad4c507cca019d65c183990ed9a89a4a37d0
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Sat Jan 19 14:45:02 2013 +0100
fix the dependencies
diff --git a/debian/changelog b/debian/changelog
index 158eb4f..5decbec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+spyder (2.2.0~beta1-1) UNRELEASED; urgency=low
+
+ * Imported Upstream version 2.2.0~beta1
+ * debian/watch
+ - fix version numbers generation thanks to Bart Martens
+ * debian/control
+ - add Depends: python-psutil.
+ - add Recommends: ipython-qtconsole (>= 0.12)
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org> Sat, 19 Jan 2013 14:39:03 +0100
+
spyder (2.1.10-2) unstable; urgency=low
* debian/pacthes
diff --git a/debian/control b/debian/control
index 9a552e2..0a05b1b 100644
--- a/debian/control
+++ b/debian/control
@@ -34,13 +34,14 @@ Depends: ${misc:Depends},
${python:Depends},
${sphinxdoc:Depends},
python-qt4
-Recommends: ipython,
+Recommends: ipython-qtconsol,
pep8,
pyflakes (>= 0.5.0),
pylint,
python-matplotlib,
- python-rope,
python-numpy,
+ python-psutil,
+ python-rope,
python-scipy,
python-sphinx (>= 0.6.0)
Breaks: ${python:Breaks},
--
A Python IDE for scientists
More information about the debian-science-commits
mailing list