[Python-modules-commits] [jupyter-core] 08/08: Use python-ipython instead of ipython
Gordon Ball
chronitis-guest at moszumanska.debian.org
Mon Aug 28 21:45:02 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-core.
commit a2dce7231a3bf8c72f68a2ead7fffe15fc59f5c7
Author: Gordon Ball <gordon at chronitis.net>
Date: Mon Aug 28 23:36:07 2017 +0200
Use python-ipython instead of ipython
---
debian/changelog | 2 ++
debian/control | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6f1280c..e29c115 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ jupyter-core (4.3.0-1) UNRELEASED; urgency=medium
and python3 equivalent
* Use python3 sphinx for documentation, add ${sphinxdoc:Built-Using}
to documentation package
+ * Switch build-dependencies on ipython to python-ipython (and
+ python3 equivalent)
-- Julien Puydt <julien.puydt at laposte.net> Thu, 06 Apr 2017 08:23:35 +0200
diff --git a/debian/control b/debian/control
index 1b2615f..6b3288b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,10 +8,9 @@ Standards-Version: 4.1.0
Homepage: https://github.com/jupyter/jupyter_core
Build-Depends: debhelper (>= 10),
dh-python,
- ipython,
- ipython3,
python,
python-backports-shutil-get-terminal-size,
+ python-ipython,
python-ipython-genutils,
python-mock,
python-pickleshare,
@@ -19,6 +18,7 @@ Build-Depends: debhelper (>= 10),
python-setuptools,
python-traitlets,
python3-all,
+ python3-ipython,
python3-ipython-genutils,
python3-mock,
python3-pickleshare,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-core.git
More information about the Python-modules-commits
mailing list