summaryrefslogtreecommitdiff
path: root/strata/python-wsgi.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-10 17:08:38 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-10 18:06:31 +0000
commit89ca4b10b0e26bb91c1a969fece1909e64763716 (patch)
treeeed5167587b01bb4357271672aec6aaaf49fd13c /strata/python-wsgi.morph
parentab776490f62ae8a24aaad09e5a7be149ebaa034a (diff)
downloaddefinitions-89ca4b10b0e26bb91c1a969fece1909e64763716.tar.gz
Move 'bottle' and 'flup' into separate python-wsgi modulebaserock/sam/lorry-controller-without-morph
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.
Diffstat (limited to 'strata/python-wsgi.morph')
-rw-r--r--strata/python-wsgi.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/strata/python-wsgi.morph b/strata/python-wsgi.morph
new file mode 100644
index 00000000..289d27ba
--- /dev/null
+++ b/strata/python-wsgi.morph
@@ -0,0 +1,15 @@
+name: python-wsgi
+kind: stratum
+description: |
+ Python modules for web applications using Web Server Gateway Interface.
+build-depends:
+- morph: strata/python-core.morph
+chunks:
+- name: bottle
+ repo: upstream:bottle
+ ref: 5238c615b3ec198fedebb0fcaad4458e3d68d70f
+ unpetrify-ref: baserock/morph
+- name: flup
+ repo: upstream:flup
+ ref: 0f97c5e0ab7d9827506120efc22af3a9c21d1d70
+ unpetrify-ref: baserock/morph