[Python-modules-commits] r19235 - in packages/ipython/trunk/debian (control)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Sat Nov 12 17:57:27 UTC 2011
Date: Saturday, November 12, 2011 @ 17:57:25
Author: jtaylor-guest
Revision: 19235
rework dependencies
remove twisted, add pyzmq, python-all, xvfb, xauth (for tests)
set X-Python-Version to >= 2.6
Modified:
packages/ipython/trunk/debian/control
Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control 2011-11-12 17:57:19 UTC (rev 19234)
+++ packages/ipython/trunk/debian/control 2011-11-12 17:57:25 UTC (rev 19235)
@@ -4,16 +4,16 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Stephan Peijnik <debian at sp.or.at>,
Julian Taylor <jtaylor.debian at googlemail.com>
-Build-Depends: debhelper (>= 7.3.13), python
-Build-Depends-Indep: python (>= 2.5) | python-ctypes,
- python-foolscap,
+Build-Depends: debhelper (>= 7.3.13)
+Build-Depends-Indep: python-all (>= 2.6.6-3~),
python-nose,
- python-openssl (>= 0.6),
python-pexpect,
python-pygments,
python-sphinx,
- python-twisted-core,
- python-zope.interface
+ python-zmq (>= 2.1.4),
+ xauth,
+ xvfb
+X-Python-Version: >= 2.6
Homepage: http://ipython.scipy.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/ipython/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/ipython/trunk/
@@ -32,13 +32,6 @@
python-numpy,
python-profiler,
python-qt3 | python-qt4
-Recommends: global,
- python (>= 2.5) | python-ctypes,
- python-foolscap,
- python-openssl (>= 0.6),
- python-twisted-core,
- python-wxgtk2.8,
- python-zope.interface
Description: enhanced interactive Python shell
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