[Python-modules-commits] [jupyter-core] 01/02: Recommend pip
Gordon Ball
chronitis-guest at moszumanska.debian.org
Fri Nov 3 20:10:46 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 04538bc93c8f5ac798a18efaf7dd7bd40e1a89c4
Author: Gordon Ball <gordon at chronitis.net>
Date: Fri Nov 3 12:34:05 2017 +0000
Recommend pip
---
debian/changelog | 1 +
debian/control | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 3164ff5..856a366 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ jupyter-core (4.4.0-1) UNRELEASED; urgency=medium
* New upstream release
* Bump Standards-Version to 4.1.1 (no changes)
* Disable use of unpackaged sphinxcontrib_github_alt package for docs
+ * Recommend python{,3}-pip (used by jupyter-troubleshoot)
-- Gordon Ball <gordon at chronitis.net> Thu, 02 Nov 2017 10:42:13 +0000
diff --git a/debian/control b/debian/control
index b27f08c..b05c02d 100644
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,7 @@ Testsuite: autopkgtest-pkg-python
Package: python-jupyter-core
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
+Recommends: python-pip
Description: Core common functionality of Jupyter projects for Python 2
This software component contains the base framework (application
classes and configurations) for the rest of the Jupyter projects ; it
@@ -45,6 +46,7 @@ Description: Core common functionality of Jupyter projects for Python 2
Package: python3-jupyter-core
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: python3-pip
Description: Core common functionality of Jupyter projects for Python 3
This software component contains the base framework (application
classes and configurations) for the rest of the Jupyter projects ; it
--
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