[Python-modules-commits] [nbformat] 03/05: Add jupyter-core to dependencies for jupyter-nbformat

Gordon Ball chronitis-guest at moszumanska.debian.org
Tue Jul 25 21:17:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

chronitis-guest pushed a commit to branch master
in repository nbformat.

commit a81c36b0e7ba586b078fd39197be7d600d576619
Author: Gordon Ball <gordon at chronitis.net>
Date:   Tue Jul 25 22:20:40 2017 +0200

    Add jupyter-core to dependencies for jupyter-nbformat
---
 debian/changelog | 2 ++
 debian/control   | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0bdf658..6571500 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ nbformat (4.3.0-1) UNRELEASED; urgency=medium
   [ Gordon Ball ]
   * Bump Standards-Version to 4.0.0 (no changes required)
   * Use python3 sphinx for documentation
+  * Add dependency on jupyter-core for jupyter-nbformat to ensure the script
+    can be invoked as "jupyter nbformat"
 
  -- Julien Puydt <julien.puydt at laposte.net>  Thu, 06 Apr 2017 08:11:44 +0200
 
diff --git a/debian/control b/debian/control
index 8f14825..2dcc44d 100644
--- a/debian/control
+++ b/debian/control
@@ -53,7 +53,10 @@ Description: Jupyter notebook format (Python 3)
 
 Package: jupyter-nbformat
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-nbformat (= ${binary:Version})
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         python3-nbformat (= ${binary:Version}),
+         jupyter-core
 Section: utils
 Description: Jupyter notebook format (tools)
  This software component contains the reference implementation of the Jupyter

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



More information about the Python-modules-commits mailing list