summaryrefslogtreecommitdiff
path: root/strata/python.morph
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-11-19 11:50:50 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-11-19 18:36:04 +0000
commit1c602be2543d098efbb720152d8a8b2ffe8e09e5 (patch)
treee9ed1ef2dbc76bddcc85d8a1f1b22b43cfd8af1c /strata/python.morph
parente475f275bff20b10d139eefdbdae9145a173ebc7 (diff)
downloaddefinitions-1c602be2543d098efbb720152d8a8b2ffe8e09e5.tar.gz
Add python stratum, containing pip
Diffstat (limited to 'strata/python.morph')
-rw-r--r--strata/python.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/strata/python.morph b/strata/python.morph
new file mode 100644
index 00000000..83951b6e
--- /dev/null
+++ b/strata/python.morph
@@ -0,0 +1,12 @@
+name: python
+kind: stratum
+description: "A stratum for non-essential python tools:
+useful python tools that we don't want to include in core."
+build-depends:
+- morph: strata/core.morph
+chunks:
+- name: pip
+ repo: upstream:pip
+ ref: d4b691b743a91500cf49119d28a805db8313f129
+ unpetrify-ref: master
+ build-depends: []