summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
Diffstat (limited to 'strata')
-rw-r--r--strata/core.morph6
-rw-r--r--strata/cross-bootstrap.morph1
-rw-r--r--strata/django.morph1
-rw-r--r--strata/python-core.morph5
4 files changed, 7 insertions, 6 deletions
diff --git a/strata/core.morph b/strata/core.morph
index 46fc03c3..d60e3baf 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -118,12 +118,6 @@ chunks:
unpetrify-ref: libtool-2.4.5
build-depends:
- bash
-- name: six
- repo: upstream:six
- ref: 8cfbff6b764af86d825086fa1637aa009e90d75a
- unpetrify-ref: 1.9.0
- build-depends:
- - cpython
- name: gtk-doc-stub
repo: upstream:gtk-doc-stub
ref: 58ec0d8593541ef7ae522ce42ebec6f98536c4e0
diff --git a/strata/cross-bootstrap.morph b/strata/cross-bootstrap.morph
index 1ef06abc..8c8ff51f 100644
--- a/strata/cross-bootstrap.morph
+++ b/strata/cross-bootstrap.morph
@@ -3,6 +3,7 @@ kind: stratum
description: The minimal development tools to build a baserock devel system
build-depends:
- morph: strata/core.morph
+- morph: strata/python-core.morph
chunks:
- name: groff
morph: strata/cross-bootstrap/groff.morph
diff --git a/strata/django.morph b/strata/django.morph
index cde9fd41..5e81c3b3 100644
--- a/strata/django.morph
+++ b/strata/django.morph
@@ -3,6 +3,7 @@ kind: stratum
description: Stratum with Django and its plugins and dependencies.
build-depends:
- morph: strata/foundation.morph
+- morph: strata/python-core.morph
chunks:
- name: django
repo: github:django/django
diff --git a/strata/python-core.morph b/strata/python-core.morph
index ca07449f..409d6f17 100644
--- a/strata/python-core.morph
+++ b/strata/python-core.morph
@@ -20,3 +20,8 @@ chunks:
ref: b83131779c701720a9ae9efae78996277d416269
unpetrify-ref: v2.5.1
build-depends: []
+- name: six
+ repo: upstream:six
+ ref: 8cfbff6b764af86d825086fa1637aa009e90d75a
+ unpetrify-ref: 1.9.0
+ build-depends: []