summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/python-tools.morph12
-rw-r--r--strata/webtools.morph7
2 files changed, 13 insertions, 6 deletions
diff --git a/strata/python-tools.morph b/strata/python-tools.morph
new file mode 100644
index 00000000..8b82c775
--- /dev/null
+++ b/strata/python-tools.morph
@@ -0,0 +1,12 @@
+name: python-tools
+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: []
diff --git a/strata/webtools.morph b/strata/webtools.morph
index 8df32e9c..39175747 100644
--- a/strata/webtools.morph
+++ b/strata/webtools.morph
@@ -1,6 +1,6 @@
name: webtools
kind: stratum
-description: pip, node and other fun things
+description: web things
build-depends:
- morph: strata/tools.morph
- morph: strata/pcre-utils.morph
@@ -22,11 +22,6 @@ chunks:
ref: 9a58d148c26c220cb1b163c71e7a51a2e41f6b37
unpetrify-ref: baserock/release_1_28
build-depends: []
-- name: pip
- repo: upstream:pip.git
- ref: d4b691b743a91500cf49119d28a805db8313f129
- unpetrify-ref: master
- build-depends: []
- name: nginx
morph: strata/webtools/nginx.morph
repo: upstream:nginx