From 89ca4b10b0e26bb91c1a969fece1909e64763716 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 10 Mar 2015 17:08:38 +0000 Subject: Move 'bottle' and 'flup' into separate python-wsgi module The lorry-controller webapp uses these, as well as morph-cache-server. In order to use lorry-controller in systems that don't contain Morph, we need them to be in a separate stratum. --- systems/devel-system-armv7lhf-wandboard.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems/devel-system-armv7lhf-wandboard.morph') diff --git a/systems/devel-system-armv7lhf-wandboard.morph b/systems/devel-system-armv7lhf-wandboard.morph index 661cb4c3..631692e7 100644 --- a/systems/devel-system-armv7lhf-wandboard.morph +++ b/systems/devel-system-armv7lhf-wandboard.morph @@ -19,6 +19,8 @@ strata: morph: strata/tools.morph - name: python-cliapp morph: strata/python-cliapp.morph +- name: python-wsgi + morph: strata/python-wsgi.morph - name: morph-utils morph: strata/morph-utils.morph - name: openstack-common -- cgit v1.2.1