diff options
Diffstat (limited to 'meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb')
-rw-r--r-- | meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb index 50137895ca..a1133dad41 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb +++ b/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb | |||
@@ -4,3 +4,7 @@ require python-numpy.inc | |||
4 | RDEPENDS_${PN}_class-target_append = " \ | 4 | RDEPENDS_${PN}_class-target_append = " \ |
5 | ${PYTHON_PN}-subprocess \ | 5 | ${PYTHON_PN}-subprocess \ |
6 | " | 6 | " |
7 | |||
8 | do_install_append(){ | ||
9 | rm ${D}/${bindir}/f2py | ||
10 | } | ||