[oe-commits] [meta-openembedded] 16/24: nodejs: fix QA error about /usr/bin/python dependency

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 15:01:25 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e114923c34da69a9edd09db885b79ed5ac20a346
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Fri Aug 16 08:53:22 2019 +0000

    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 <Martin.Jansa at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 e259c45..d464e9d 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list