[Python-modules-commits] [jupyter-notebook] 10/11: Add a dependency on jupyter-core for jupyter-notebook which provides the jupyter command runner
Gordon Ball
chronitis-guest at moszumanska.debian.org
Mon Jun 26 20:55: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 eda4f87b92f8030ab6c1dc3afd18e67093811514
Author: Gordon Ball <gordon at chronitis.net>
Date: Mon Jun 26 21:52:17 2017 +0200
Add a dependency on jupyter-core for jupyter-notebook which provides the jupyter command runner
---
debian/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index c00162f..c7eaeb6 100644
--- a/debian/control
+++ b/debian/control
@@ -156,11 +156,13 @@ Architecture: all
Section: science
Depends: ${misc:Depends},
${python3:Depends},
- python3-notebook (= ${binary:Version})
+ python3-notebook (= ${binary:Version}),
+ jupyter-core
Description: Jupyter interactive notebook
The Jupyter Notebook is a web application that allows you to create and
share documents that contain live code, equations, visualizations, and
explanatory text. The Notebook has support for multiple programming
languages, sharing, and interactive widgets.
.
- This package contains the jupyter-notebook script.
+ This package provides the jupyter subcommands "notebook", "nbextension",
+ "serverextension" and "bundlerextension".
--
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