diff options
Diffstat (limited to 'recipes/python/python-numeric_23.7.bb')
-rw-r--r-- | recipes/python/python-numeric_23.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-numeric_23.7.bb b/recipes/python/python-numeric_23.7.bb index 86c0f14f24..a49e0e156b 100644 --- a/recipes/python/python-numeric_23.7.bb +++ b/recipes/python/python-numeric_23.7.bb @@ -5,7 +5,7 @@ LICENSE = "PSF" PR = "ml1" SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz \ - file://no-lapack.patch;apply=yes" + file://no-lapack.patch" S = "${WORKDIR}/Numeric-${PV}" inherit distutils |