From 16d02558af40ae63d9581372287084ba3bb60223 Mon Sep 17 00:00:00 2001 From: Víctor Manuel Jáquez Leal Date: Wed, 26 Jan 2011 00:16:52 +0000 Subject: python-scons_1.3.0: add missing dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In order to launch scons in a board it depends on a couple python packages which were not managed by the recipe. This patch adds them. Signed-off-by: Víctor Manuel Jáquez Leal Acked-by: Koen Kooi Signed-off-by: Khem Raj --- recipes/python/python-scons_1.3.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'recipes/python') diff --git a/recipes/python/python-scons_1.3.0.bb b/recipes/python/python-scons_1.3.0.bb index 792e3a54f7..a0690d1723 100644 --- a/recipes/python/python-scons_1.3.0.bb +++ b/recipes/python/python-scons_1.3.0.bb @@ -3,6 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" LICENSE = "GPL" SRCNAME = "scons" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz;name=scons \ file://toolchain-from-env.SConscript \ @@ -21,3 +22,11 @@ do_install_append() { NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native" + +RDEPENDS_${PN} = "python-shell \ + python-stringold \ + python-lang \ + python-io \ + python-fcntl \ + python-pickle \ + python-crypt" -- cgit 1.2.3-korg