Robert Kern writes: > Thank you. As an upstream numpy developer, I can verify that the contents of > python-numpy-ext cannot be separated from python-numpy.
I assume the separation of the base package and the extension packages comes from the Numeric and numarray packages in debian. The extension did make sense to avoid the installation of the blas and lapack libraries; basic functionality can be used without having these libraries be installed. In which ways did numpy change, so that this is not possible anymore? Matthias -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

