From dd12caa40f2b614c2fc4757be9a62bf532598568 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 23 Sep 2013 13:19:57 +0000 Subject: Move pyyaml from 'tools' to 'core'. Also moved python-setuptools because is a dependency of pyyaml. Pyyaml is moved to core because is a dependency of 'cloudinit-support' stratum and moving it give us the capacity of buid base systems with cloduinit. core.morph: added pyyaml and python-setuptools tools.morph: deleted pyyaml and python-setuptools cross-bootstrap.morph: deleted pyyaml and python-setuptools --- core.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'core.morph') diff --git a/core.morph b/core.morph index 80aa3e72..1905a450 100644 --- a/core.morph +++ b/core.morph @@ -192,3 +192,13 @@ chunks: build-depends: - flex - texinfo-tarball +- name: python-setuptools + repo: upstream:python-setuptools + ref: baserock/morph + build-depends: + - cpython +- name: pyyaml + repo: upstream:pyyaml + ref: baserock/morph + build-depends: + - python-setuptools -- cgit v1.2.1