From 49f7c082d5b3274c1a2670344cc8a227f5ed7ff5 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 12 Feb 2015 09:44:20 +0000 Subject: Move six to python-core six is a python 2 and 3 compatibility library, so move to python-core should remove dependencies in some strata. --- strata/cross-bootstrap.morph | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'strata/cross-bootstrap.morph') diff --git a/strata/cross-bootstrap.morph b/strata/cross-bootstrap.morph index b40eaa5c..be4f4db8 100644 --- a/strata/cross-bootstrap.morph +++ b/strata/cross-bootstrap.morph @@ -3,12 +3,8 @@ kind: stratum description: The minimal development tools to build a baserock devel system build-depends: - morph: strata/core.morph +- morph: strata/python-core.morph chunks: -- name: six - repo: upstream:six - ref: e66d45c46afc42eb89d7d2515b79f0ededa0e0fa - unpetrify-ref: baserock/morph - build-depends: [] - name: groff morph: strata/cross-bootstrap/groff.morph repo: upstream:groff-git @@ -70,8 +66,7 @@ chunks: repo: upstream:pyfilesystem ref: 821f7db1ce3a3e1ac53fa514ddacbc2871eac0f6 unpetrify-ref: baserock/morph - build-depends: - - six + build-depends: [] - name: morph repo: baserock:baserock/morph ref: 954baf68b9bb7f8bc4fae2447ef16f37928ff01c -- cgit v1.2.1