summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-12-08 18:33:37 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-11 12:11:29 -0500
commit3317a010fddcb31e551c8054c4e533c476cb3ea8 (patch)
tree2cb2d069715befecc3debbad02b5bf29b96743fb /meta-openstack
parent7f8fa8822d0e9106250c5951bfc5f68e493e4763 (diff)
downloadmeta-cloud-services-3317a010fddcb31e551c8054c4e533c476cb3ea8.tar.gz
python-jsonschema: upgrade 2.4.0 -> 2.5.1
The newer python-jsonschema depends on python-vcversioner. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb (renamed from meta-openstack/recipes-devtools/python/python-jsonschema_2.4.0.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonschema_2.4.0.bb b/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
index e27a242..a3a7ec0 100644
--- a/meta-openstack/recipes-devtools/python/python-jsonschema_2.4.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
@@ -9,9 +9,11 @@ SRCNAME = "jsonschema"
9 9
10SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.zip" 10SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.zip"
11 11
12SRC_URI[md5sum] = "f645c88123189976058fcf550c02e50f" 12SRC_URI[md5sum] = "e491298485bdefeecb0f1ca3d65e5292"
13SRC_URI[sha256sum] = "acf1e360b4682d64ba6acc35dbc65d81d9bde68a291a97f14f16f4282733f5a4" 13SRC_URI[sha256sum] = "9088494da4c74497a7a27842ae4ca9c3355b5f7754121edc440463eaf020f079"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
17inherit setuptools 17inherit setuptools
18
19DEPENDS += "python-vcversioner"