[Python-modules-commits] r24119 - in packages/ipython/trunk/debian (changelog tests/control)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sun May 5 13:55:35 UTC 2013


    Date: Sunday, May 5, 2013 @ 13:55:33
  Author: jtaylor-guest
Revision: 24119

add python as python3 test dependency, needed for IPython.utils tests

Modified:
  packages/ipython/trunk/debian/changelog
  packages/ipython/trunk/debian/tests/control

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2013-05-05 13:55:28 UTC (rev 24118)
+++ packages/ipython/trunk/debian/changelog	2013-05-05 13:55:33 UTC (rev 24119)
@@ -2,6 +2,7 @@
 
   * upload to unstable
   * add missing comma to Depends of incomplete-install test
+  * add python as python3 test dependency, needed for IPython.utils tests
   * drop unnecessary configobj dependency
   * sphinx1.2-compat.patch: fix doc build with sphinx 1.2 (Closes: #706531)
 

Modified: packages/ipython/trunk/debian/tests/control
===================================================================
--- packages/ipython/trunk/debian/tests/control	2013-05-05 13:55:28 UTC (rev 24118)
+++ packages/ipython/trunk/debian/tests/control	2013-05-05 13:55:33 UTC (rev 24119)
@@ -1,7 +1,7 @@
 Tests: python2
 Depends: ipython, ipython-notebook, ipython-doc, ipython-qtconsole,
-	 python-nose,
-	 cython,
+         python-nose,
+         cython,
          python-all,
          python-all-dev,
          python-argparse,
@@ -15,8 +15,9 @@
 
 Tests: python3
 Depends: ipython3, ipython3-notebook, ipython-doc, ipython3-qtconsole,
-	 python3-nose,
-	 cython3,
+         python,
+         python3-nose,
+         cython3,
          python3-all,
          python3-all-dev,
          python3-matplotlib,




More information about the Python-modules-commits mailing list