All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] nodejs_8.9.0: add RDEPENDS for building
@ 2018-02-23  4:34 Trevor Woerner
  0 siblings, 0 replies; only message in thread
From: Trevor Woerner @ 2018-02-23  4:34 UTC (permalink / raw)
  To: openembedded-devel

If you want to perform an "npm install" and a module needs to be compiled,
these additional packages need to be installed otherwise the following import
errors may occur:

	ImportError: No module named compiler.ast
	ImportError: No module named filecmp
	ImportError: No module named multiprocessing

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 meta-oe/recipes-devtools/nodejs/nodejs_8.9.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_8.9.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_8.9.0.bb
index 1cab6a4978..a4e50f142f 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_8.9.0.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_8.9.0.bb
@@ -80,7 +80,8 @@ do_install_append_class-target() {
 
 PACKAGES =+ "${PN}-npm"
 FILES_${PN}-npm = "${exec_prefix}/lib/node_modules ${bindir}/npm ${bindir}/npx"
-RDEPENDS_${PN}-npm = "bash python-shell python-datetime python-subprocess python-textutils"
+RDEPENDS_${PN}-npm = "bash python-shell python-datetime python-subprocess python-textutils \
+    python-compiler python-misc python-multiprocessing"
 
 PACKAGES =+ "${PN}-systemtap"
 FILES_${PN}-systemtap = "${datadir}/systemtap"
-- 
2.14.1.459.g238e487ea



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-23  4:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-23  4:34 [meta-oe][PATCH] nodejs_8.9.0: add RDEPENDS for building Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.