diff options
Diffstat (limited to 'python/python-numeric_23.3.oe')
| -rw-r--r-- | python/python-numeric_23.3.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/python-numeric_23.3.oe b/python/python-numeric_23.3.oe index 7da74df69d..cb3b3ada50 100644 --- a/python/python-numeric_23.3.oe +++ b/python/python-numeric_23.3.oe @@ -3,8 +3,10 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" +PR = "ml1" -SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz \ + file://no-lapack.patch;patch=1" S = "${WORKDIR}/Numeric-${PV}" inherit distutils |
