[Python-modules-commits] r7486 - in packages/numpy/trunk/debian (changelog control)

cdavid-guest at users.alioth.debian.org cdavid-guest at users.alioth.debian.org
Wed Feb 11 11:40:31 UTC 2009


    Date: Wednesday, February 11, 2009 @ 11:40:30
  Author: cdavid-guest
Revision: 7486

Recommends python-nose for python-numpy package.

Modified:
  packages/numpy/trunk/debian/changelog
  packages/numpy/trunk/debian/control

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2009-02-11 11:38:15 UTC (rev 7485)
+++ packages/numpy/trunk/debian/changelog	2009-02-11 11:40:30 UTC (rev 7486)
@@ -5,6 +5,7 @@
   * Remove build-conflicts on any atlas-related package
   * Remove build dependency on libfftw3-dev
   * Numpy 1.2 requires python 2.4 or above
+  * Recomends python-nose, since numpy test suite depends on it
 
  -- David Cournapeau <david at ar.media.kyoto-u.ac.jp>  Wed, 11 Feb 2009 17:56:26 +0900
 

Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control	2009-02-11 11:38:15 UTC (rev 7485)
+++ packages/numpy/trunk/debian/control	2009-02-11 11:40:30 UTC (rev 7486)
@@ -14,6 +14,7 @@
 Package: python-numpy
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: python-node (>= 0.10.1)
 Suggests: python-numpy-doc, python-numpy-dbg
 Conflicts: python-f2py (<= 2.45.241+1926-5), python2.3-f2py, python2.4-f2py, python-scipy (<= 0.6.0-6), python-matplotlib (<< 0.90.1-3), python-numpy-dev (<= 1:1.0.3-2)
 XB-Python-Version: ${python:Versions}




More information about the Python-modules-commits mailing list