summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2018-03-10 10:44:36 +0100
committerPicca Frédéric-Emmanuel <picca@debian.org>2018-03-10 10:44:36 +0100
commit5faa40650e1c4d1559dcfc6281dbeb5858db53aa (patch)
tree3b910ea25263838e31c23c1a5fb916f301097318 /debian
parent687444abda5a7f9b01775fcdd6123192893eb65d (diff)
Added python[3]-nbshinx
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a9d87d4..bc1d246 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ silx (0.7.0+dfsg-1) UNRELEASED; urgency=medium
* remove al the thir_party code
* New upstream version 0.7.0+dfsg
* Bumped Strandards-Versions to 4.1.3 (nothing to do)
+ * d/control
+ - Build-Depends
+ + Added python[3]-nbsphinx
* d/patches
+ 0003-do-not-modify-PYTHONPATH-from-setup.py.patch (added)
- 0005-slocale.h-is-removed-in-GLIBC-2.26.patch (obsolete)
diff --git a/debian/control b/debian/control
index e5ed7e7..3b6f5f1 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Build-Depends: cython (>= 0.23.2),
python-mako,
python-matplotlib,
python-matplotlib-dbg,
+ python-nbsphinx,
python-numpy,
python-numpy-dbg,
python-opengl,
@@ -55,6 +56,7 @@ Build-Depends: cython (>= 0.23.2),
python3-mako,
python3-matplotlib,
python3-matplotlib-dbg,
+ python3-nbsphinx,
python3-numpy,
python3-numpy-dbg,
python3-opengl,