Hi,

"Aaron M. Ucko" <u...@debian.org> writes:
> The kFreeBSD python3-numpy packages somehow lack .so files, making
> them unusable and causing matplotlib to FTBFS:

As this came up on #-mentors just now:

I suspect the problem is the following line in d/rules:

    rm debian/python3-numpy/usr/lib/python3*/*-packages/*/*/*.cpython-*d*.so

This probably should match *.cpython-3?d*, but also matches
*.cpython-33m-* on kfreebsd as the operating system name is included
later (which includes a "d" in the case of kfreebsd).

Ansgar

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to