[Python-modules-commits] [jupyter-notebook] 01/01: Add explicit terminado dependency
Gordon Ball
chronitis-guest at moszumanska.debian.org
Tue Nov 1 12:38:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository jupyter-notebook.
commit 7d8cd7426f5198d082caf628c1bffdededfe9152
Author: Gordon Ball <gordon at chronitis.net>
Date: Tue Nov 1 13:38:52 2016 +0100
Add explicit terminado dependency
---
debian/README.source | 7 +++++++
debian/control | 2 ++
2 files changed, 9 insertions(+)
diff --git a/debian/README.source b/debian/README.source
index 141c0d1..040ed51 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -41,3 +41,10 @@ are not obfuscated and contain a declaration that they are Apache-licensed.
[1]: https://github.com/minrk/google-caja-bower
[2]: https://github.com/google/caja
+
+dependencies
+------------
+
+There is an explicit dependency on python{,3}-terminado which is listed as a
+platform-specific requirement in setup.py, which it appears pybuild doesn't
+interpret.
diff --git a/debian/control b/debian/control
index 036bc62..72ecad4 100644
--- a/debian/control
+++ b/debian/control
@@ -68,6 +68,7 @@ Package: python-notebook
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
+ python-terminado (>= 0.3.3),
libjs-backbone (>= 1.2),
libjs-bootstrap (>= 3.3),
libjs-bootstrap-tour (>= 0.9),
@@ -102,6 +103,7 @@ Package: python3-notebook
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
+ python3-terminado (>= 0.3.3),
libjs-backbone (>= 1.2),
libjs-bootstrap (>= 3.3),
libjs-bootstrap-tour (>= 0.9),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-notebook.git
More information about the Python-modules-commits
mailing list