[Python-modules-commits] [jupyter-client] 03/04: Add jupyter-core dependency to jupyter-client
Gordon Ball
chronitis-guest at moszumanska.debian.org
Mon Aug 28 21:17:44 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-client.
commit 7f59bec4d4a3a5b1f96f1c05b5f4bfed816ba681
Author: Gordon Ball <gordon at chronitis.net>
Date: Mon Aug 28 23:01:07 2017 +0200
Add jupyter-core dependency to jupyter-client
---
debian/changelog | 2 ++
debian/control | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index b7df0e5..68bdcac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ jupyter-client (5.1.0-1) UNRELEASED; urgency=medium
* Add jupyter-run to package descriptions in d/control
* Updated debhelper compat level to 10
* Add ${sphinxdoc:Built-Using} to documentation package
+ * Add dependency on jupyter-core to jupyter-client package, to ensure
+ that commands like kernelspec can be invoked as jupyter kernelspec
* Add myself to uploaders
-- Julien Puydt <julien.puydt at laposte.net> Thu, 06 Apr 2017 08:28:45 +0200
diff --git a/debian/control b/debian/control
index 911a1b8..daaddc4 100644
--- a/debian/control
+++ b/debian/control
@@ -57,7 +57,8 @@ Architecture: all
Section: utils
Depends: python3-jupyter-client (= ${binary:Version}),
${misc:Depends},
- ${python3:Depends}
+ ${python3:Depends},
+ jupyter-core
Description: Jupyter protocol client APIs (tools)
This software component contains the reference implementation
of the Jupyter protocol. It also provides client and kernel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-client.git
More information about the Python-modules-commits
mailing list