summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 86bdf86..d0764f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+silx (0.11.0+dfsg-3) unstable; urgency=medium
+
+ * d/control: Build-Depends on python3-qtconsole(Closes: #946571).
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Wed, 11 Dec 2019 09:10:31 +0100
+
silx (0.11.0+dfsg-2) unstable; urgency=medium
* Use debhelper-compat instead of debian/compat.
diff --git a/debian/control b/debian/control
index e5a8e49..fa42f3d 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,6 @@ Build-Depends: cython3 (>= 0.23.2),
dh-python,
help2man,
ipython3,
- ipython3-qtconsole,
pandoc <!nodoc>,
python3-all-dbg,
python3-all-dev,
@@ -35,6 +34,7 @@ Build-Depends: cython3 (>= 0.23.2),
python3-pyqt5.qtopengl-dbg,
python3-pyqt5.qtsvg,
python3-pyqt5.qtsvg-dbg,
+ python3-qtconsole,
python3-scipy,
python3-scipy-dbg,
python3-setuptools,