[Python-modules-commits] [jupyter-notebook] 01/02: jupyter-notebook should depend on ${python3:Depends}, not python3
Gordon Ball
chronitis-guest at moszumanska.debian.org
Fri Nov 11 21:35:37 UTC 2016
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 434933122769a71eeea91315ae629e50e55fe623
Author: Gordon Ball <gordon at chronitis.net>
Date: Mon Nov 7 22:20:14 2016 +0100
jupyter-notebook should depend on ${python3:Depends}, not python3
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index eb698b2..358bd76 100644
--- a/debian/control
+++ b/debian/control
@@ -149,7 +149,7 @@ Package: jupyter-notebook
Architecture: all
Section: science
Depends: ${misc:Depends},
- python3,
+ ${python3:Depends},
python3-notebook (= ${binary:Version})
Description: Jupyter interactive notebook
The Jupyter Notebook is a web application that allows you to create and
--
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