[Python-modules-commits] r21792 - in packages/ipython/trunk/debian (control)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Thu May 17 11:50:15 UTC 2012
Date: Thursday, May 17, 2012 @ 11:50:14
Author: jtaylor-guest
Revision: 21792
python:Depends -> python3:Depends and some description tweaks
Modified:
packages/ipython/trunk/debian/control
Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control 2012-05-17 10:55:29 UTC (rev 21791)
+++ packages/ipython/trunk/debian/control 2012-05-17 11:50:14 UTC (rev 21792)
@@ -82,7 +82,8 @@
and is embeddable in other Python programs.
.
This package contains the Python 3 variant of ipython terminal shell.
- For the qt console install ipython3-qtconsole.
+ For the qt console install ipython3-qtconsole and for the html notebook
+ install ipython3-notebook.
Package: ipython-qtconsole
Architecture: all
@@ -174,7 +175,7 @@
python3-tornado (>= 2.1.0),
python3-zmq (>= 2.1.4),
${misc:Depends},
- ${python:Depends}
+ ${python3:Depends}
Description: interactive Python 3 html notebook
IPython can be used as a replacement for the standard Python shell,
or it can be used as a complete working environment for scientific
More information about the Python-modules-commits
mailing list