[Python-modules-commits] r27767 - in packages/scipy/trunk/debian/tests (control)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Tue Feb 18 22:24:08 UTC 2014


    Date: Tuesday, February 18, 2014 @ 22:24:07
  Author: jtaylor-guest
Revision: 27767

add g++ dependency to adt tests, needed for weave

Modified:
  packages/scipy/trunk/debian/tests/control

Modified: packages/scipy/trunk/debian/tests/control
===================================================================
--- packages/scipy/trunk/debian/tests/control	2014-02-18 20:43:44 UTC (rev 27766)
+++ packages/scipy/trunk/debian/tests/control	2014-02-18 22:24:07 UTC (rev 27767)
@@ -1,8 +1,8 @@
 Tests: python2
-Depends: python-scipy, python-nose, python-all, python-all-dev, python-mpmath, python-imaging
+Depends: g++, python-scipy, python-nose, python-all, python-all-dev, python-mpmath, python-imaging
 
 Tests: python3
-Depends: python3-scipy, python3-nose, python3-all, python3-all-dev
+Depends: g++, python3-scipy, python3-nose, python3-all, python3-all-dev
 
 #needs root for update-alternatives
 Tests: openblas




More information about the Python-modules-commits mailing list