summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/openstack-common.morph5
-rw-r--r--strata/python2-core.morph8
2 files changed, 8 insertions, 5 deletions
diff --git a/strata/openstack-common.morph b/strata/openstack-common.morph
index 4bb1d6de..e2bd0071 100644
--- a/strata/openstack-common.morph
+++ b/strata/openstack-common.morph
@@ -115,11 +115,6 @@ chunks:
ref: 7bfd5dece0f22dbdea1c3e524dbc0eca1f70f1b7
unpetrify-ref: 1.4.0
build-system: python-distutils
-- name: jsonschema
- repo: upstream:jsonschema
- ref: 35b60f390098d3306c03eee27ceec8cf8a493579
- unpetrify-ref: v2.3.0
- build-system: python-distutils
- name: simplejson
repo: upstream:simplejson
ref: 54d5ff15d508c51366986cc4f77f2f287f036582
diff --git a/strata/python2-core.morph b/strata/python2-core.morph
index af619fd1..a39063ac 100644
--- a/strata/python2-core.morph
+++ b/strata/python2-core.morph
@@ -83,3 +83,11 @@ chunks:
build-system: autotools
build-depends:
- python2
+- name: jsonschema
+ repo: upstream:jsonschema
+ ref: 35b60f390098d3306c03eee27ceec8cf8a493579
+ unpetrify-ref: v2.3.0
+ build-system: python-distutils
+ build-depends:
+ - python2
+ - python-setuptools