[Python-modules-commits] [jupyter-notebook] 01/01: Version build-dep on nbformat (>= 4.4)
Gordon Ball
chronitis-guest at moszumanska.debian.org
Mon Sep 18 22:21:59 UTC 2017
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 29e45fed99e42f714d9f43089d40c6a5e506220b
Author: Gordon Ball <gordon at chronitis.net>
Date: Tue Sep 19 00:21:54 2017 +0200
Version build-dep on nbformat (>= 4.4)
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 5588fad..07222d9 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 10),
python3-jupyter-core <!nocheck>,
python3-jupyter-client <!nocheck>,
python3-tornado <!nocheck>,
- python3-nbformat <!nocheck>,
+ python3-nbformat (>= 4.4) <!nocheck>,
python3-nbconvert (>= 5) <!nocheck>,
python3-ipykernel <!nocheck>,
python3-terminado <!nocheck>,
@@ -31,7 +31,7 @@ Build-Depends: debhelper (>= 10),
python-jupyter-core <!nocheck>,
python-jupyter-client <!nocheck>,
python-tornado <!nocheck>,
- python-nbformat <!nocheck>,
+ python-nbformat (>= 4.4) <!nocheck>,
python-nbconvert (>= 5) <!nocheck>,
python-ipykernel <!nocheck>,
python-terminado <!nocheck>,
--
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