From 0a5008ab3d26b974c740bc4f6d07941dcba36fdb Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 21 Sep 2004 22:47:11 +0000 Subject: rename python-manifest.oe to python-manifest.inc now that .inc is legal as include file. fix python-numeric btw. BKrev: 4150af6f_PQxLlhm0sE5gqoOb9G5SA --- python/python-numeric/no-lapack.patch | 0 python/python-numeric_23.3.oe | 4 +++- python/python_2.3.4.oe | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 python/python-numeric/no-lapack.patch (limited to 'python') diff --git a/python/python-numeric/no-lapack.patch b/python/python-numeric/no-lapack.patch new file mode 100644 index 0000000000..e69de29bb2 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 " 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 diff --git a/python/python_2.3.4.oe b/python/python_2.3.4.oe index b9035b0201..c519d3b1fb 100644 --- a/python/python_2.3.4.oe +++ b/python/python_2.3.4.oe @@ -55,4 +55,4 @@ do_install() { DESTDIR=${D} install } -include python-${PV}-manifest.oe +include python-${PV}-manifest.inc -- cgit v1.2.3