[Python-modules-commits] r19794 - in packages/ipython/trunk/debian (control)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Thu Dec 29 22:54:44 UTC 2011


    Date: Thursday, December 29, 2011 @ 22:54:43
  Author: jtaylor-guest
Revision: 19794

add python3-pkg-resources dependency to the python3 packages

the py3 console scripts use it for entry points

Modified:
  packages/ipython/trunk/debian/control

Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control	2011-12-29 22:54:27 UTC (rev 19793)
+++ packages/ipython/trunk/debian/control	2011-12-29 22:54:43 UTC (rev 19794)
@@ -64,7 +64,10 @@
 
 Package: ipython3
 Architecture: all
-Depends: python3-decorator, ${misc:Depends}, ${python3:Depends}
+Depends: python3-decorator,
+         python3-pkg-resources,
+         ${misc:Depends},
+         ${python3:Depends}
 Suggests: python3-zmq (>= 2.0.10.1)
 Description: enhanced interactive Python3 shell
  IPython can be used as a replacement for the standard Python shell,
@@ -103,6 +106,7 @@
 Package: ipython3-qtconsole
 Architecture: all
 Depends: ipython3 (= ${binary:Version}),
+         python3-pkg-resources,
          python3-pygments,
          python3-pyqt4 | python3-pyside.qtcore,
          python3-pyqt4 | python3-pyside.qtgui,




More information about the Python-modules-commits mailing list