From 080532ff85c1acceed49cecaa2d7fcb85170bc5f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 16 Aug 2019 08:53:22 +0000 Subject: nodejs: fix QA error about /usr/bin/python dependency * fixes: ERROR: QA Issue: /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples contained in package nodejs-npm requires /usr/bin/python, but no providers found in RDEPENDS_nodejs-npm? [file-rdeps] Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/nodejs') diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb b/meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb index e259c45bea..d464e9d8af 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb @@ -100,7 +100,7 @@ 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 python-shell python-datetime python-subprocess python-textutils \ +RDEPENDS_${PN}-npm = "bash python-core python-shell python-datetime python-subprocess python-textutils \ python-compiler python-misc python-multiprocessing" PACKAGES =+ "${PN}-systemtap" -- cgit v1.2.3-54-g00ecf