From patchwork Fri Apr 29 15:43:58 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2] python-numpy: add missing release dependencies Date: Fri, 29 Apr 2011 15:43:58 -0000 From: Christian Charreyre X-Patchwork-Id: 3037 Message-Id: <1304091838-23333-3-git-send-email-christian.charreyre@cioinfoindus.fr> To: openembedded-devel@lists.openembedded.org Signed-off-by: C. Charreyre --- recipes/python/python-numpy_1.1.1.bb | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/recipes/python/python-numpy_1.1.1.bb b/recipes/python/python-numpy_1.1.1.bb index f5c23e0..9dda508 100644 --- a/recipes/python/python-numpy_1.1.1.bb +++ b/recipes/python/python-numpy_1.1.1.bb @@ -4,6 +4,8 @@ PRIORITY = "optional" LICENSE = "PSF" PR = "ml0" +RDEPENDS_${PN} = "python-compiler python-mmap python-pkgutil python-pydoc python-unittest" + SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ file://unbreak-assumptions.diff \ file://trycompile.diff \