From 6c3234ba41f9009b77a43c1f95b8d390581f5918 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 19 Nov 2015 13:24:35 +0000 Subject: Move jsonschema into python2-core morph depends on jsonschema now Change-Id: Iae539e571c080454dab7d0cd0a4b842439d2ea56 --- strata/openstack-common.morph | 5 ----- strata/python2-core.morph | 8 ++++++++ 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 -- cgit v1.2.1