diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-21 22:53:30 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-21 22:53:30 +0200 |
commit | 3331da719022349c55f7a49f9aebbebe2f9a96b2 (patch) | |
tree | 15f88c8fadcd720c644897db1c6105a0cac7134c /testing/py-numpy/numpy-1.11.0-musl.patch | |
parent | 1bf5e66e2789d0d66389b1f1db038acd5594ce35 (diff) | |
download | aports-3331da719022349c55f7a49f9aebbebe2f9a96b2.tar.bz2 aports-3331da719022349c55f7a49f9aebbebe2f9a96b2.tar.xz |
testing/py-numpy: move to community
Diffstat (limited to 'testing/py-numpy/numpy-1.11.0-musl.patch')
-rw-r--r-- | testing/py-numpy/numpy-1.11.0-musl.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/py-numpy/numpy-1.11.0-musl.patch b/testing/py-numpy/numpy-1.11.0-musl.patch deleted file mode 100644 index da289f6407..0000000000 --- a/testing/py-numpy/numpy-1.11.0-musl.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- numpy-1.11.0.orig/numpy/core/src/multiarray/numpyos.c -+++ numpy-1.11.0/numpy/core/src/multiarray/numpyos.c -@@ -15,7 +15,7 @@ - - #ifdef HAVE_STRTOLD_L - #include <stdlib.h> --#include <xlocale.h> -+#include <locale.h> - #endif |