From 1f7e7650ffcfde049949aa93647d5367533a90fa Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 29 Oct 2015 16:47:26 +0900 Subject: Fixing build of samba As of commit d44ad423d96b1cfca2dc17187f84346c85b29d13, foundation no longer provides python2, which is required to build samba. Adding the python2-core requirement to samba stratum directly Change-Id: Ib875d9d63510cefdc59fc1abafb9295f414ed782 --- strata/samba.morph | 1 + 1 file changed, 1 insertion(+) diff --git a/strata/samba.morph b/strata/samba.morph index 33dcd856..97e72c7a 100644 --- a/strata/samba.morph +++ b/strata/samba.morph @@ -4,6 +4,7 @@ description: Simple samba server build-depends: - morph: strata/core.morph - morph: strata/foundation.morph +- morph: strata/python2-core.morph chunks: - name: samba morph: strata/samba/samba.morph -- cgit v1.2.1