[Python-modules-commits] [jupyter-console] 03/05: Add a dependency on jupyter-core for jupyter-console which provides the jupyter command runner

Gordon Ball chronitis-guest at moszumanska.debian.org
Tue Jun 27 20:33:06 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-console.

commit 17d781388aafd256e9836441fcbed3f2b9aec284
Author: Gordon Ball <gordon at chronitis.net>
Date:   Tue Jun 27 22:22:58 2017 +0200

    Add a dependency on jupyter-core for jupyter-console which provides the jupyter command runner
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 407d175..0ac1ef8 100644
--- a/debian/control
+++ b/debian/control
@@ -45,7 +45,8 @@ Architecture: all
 Section: utils
 Depends: python3-jupyter-console (= ${binary:Version}),
          ${misc:Depends},
-         ${python3:Depends}
+         ${python3:Depends},
+         jupyter-core
 Description: Jupyter terminal client (script)
  Terminal-based console frontend for Jupyter kernels, like ipython but with
  support for non-python kernels.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-console.git



More information about the Python-modules-commits mailing list