From 797eacd87d5e334c61772c8168ba135d570a33c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 18 Oct 2015 13:55:10 +0100 Subject: nodejs depends on Python 2 Change-Id: I43ba66562835e2bc5c8834c6770f6cdee3d29964 --- strata/nodejs.morph | 1 + systems/nodejs-system-x86_64.morph | 2 ++ systems/web-system-x86_64-generic.morph | 2 ++ 3 files changed, 5 insertions(+) diff --git a/strata/nodejs.morph b/strata/nodejs.morph index bf1f9d3a..6d94abe2 100644 --- a/strata/nodejs.morph +++ b/strata/nodejs.morph @@ -3,6 +3,7 @@ kind: stratum description: Stratum for nodejs related stuff build-depends: - morph: strata/core.morph +- morph: strata/python2-core.morph chunks: - name: node repo: upstream:node diff --git a/systems/nodejs-system-x86_64.morph b/systems/nodejs-system-x86_64.morph index b758d5bd..7fba330b 100644 --- a/systems/nodejs-system-x86_64.morph +++ b/systems/nodejs-system-x86_64.morph @@ -12,6 +12,8 @@ strata: morph: strata/foundation.morph - name: bsp-x86_64-generic morph: strata/bsp-x86_64-generic.morph +- name: python2-core + morph: strata/python2-core.morph - name: nodejs morph: strata/nodejs.morph configuration-extensions: diff --git a/systems/web-system-x86_64-generic.morph b/systems/web-system-x86_64-generic.morph index 4101f615..2ddc3fdb 100644 --- a/systems/web-system-x86_64-generic.morph +++ b/systems/web-system-x86_64-generic.morph @@ -29,6 +29,8 @@ strata: morph: strata/erlang.morph - name: ruby morph: strata/ruby.morph +- name: python2-core + morph: strata/python2-core.morph - name: nodejs morph: strata/nodejs.morph configuration-extensions: -- cgit v1.2.1