[Python-modules-commits] r28425 - in packages/scipy/trunk/debian/tests (control)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Tue Apr 1 00:08:23 UTC 2014
Date: Tuesday, April 1, 2014 @ 00:08:22
Author: jtaylor-guest
Revision: 28425
use build-essential instead of g++
also needed for blas tests as test_quadpack opens libm.so via ctypes
Modified:
packages/scipy/trunk/debian/tests/control
Modified: packages/scipy/trunk/debian/tests/control
===================================================================
--- packages/scipy/trunk/debian/tests/control 2014-04-01 00:03:24 UTC (rev 28424)
+++ packages/scipy/trunk/debian/tests/control 2014-04-01 00:08:22 UTC (rev 28425)
@@ -1,15 +1,15 @@
Tests: python2
-Depends: g++, python-scipy, python-nose, python-all, python-all-dev, python-mpmath, python-imaging
+Depends: build-essential, python-scipy, python-nose, python-all, python-all-dev, python-mpmath, python-imaging
Tests: python3
-Depends: g++, python3-scipy, python3-nose, python3-all, python3-all-dev
+Depends: build-essential, python3-scipy, python3-nose, python3-all, python3-all-dev
-#needs root for update-alternatives
+#needs root for update-alternatives, build-essential for libc6-dev (ctype libm.so)
Tests: openblas
Restrictions: needs-root
-Depends: python-scipy, python-nose, python, libopenblas-base
+Depends: build-essential, python-scipy, python-nose, python, libopenblas-base
-#needs root for update-alternatives
+#needs root for update-alternatives, build-essential for libc6-dev (ctype libm.so)
Tests: atlas
Restrictions: needs-root
-Depends: python-scipy, python-nose, python, libatlas3-base
+Depends: build-essential, python-scipy, python-nose, python, libatlas3-base
More information about the Python-modules-commits
mailing list