From 96820c94622f5f6ca495a0a642ae8e428b025819 Mon Sep 17 00:00:00 2001 From: Li xin Date: Tue, 18 Aug 2015 17:42:11 +0800 Subject: python-jsonschema: upgrade 2.4.0 -> 2.5.1 The newer python-jsonschema depends on python-vcversioner. Signed-off-by: Li Xin Signed-off-by: Bruce Ashfield --- .../python/python-jsonschema_2.5.1.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb (limited to 'meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb') diff --git a/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb b/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb new file mode 100644 index 0000000..a3a7ec0 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "An implementation of JSON-Schema validation for Python" +HOMEPAGE = "http://pypi.python.org/pypi/jsonschema" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8" + +PR = "r0" +SRCNAME = "jsonschema" + +SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.zip" + +SRC_URI[md5sum] = "e491298485bdefeecb0f1ca3d65e5292" +SRC_URI[sha256sum] = "9088494da4c74497a7a27842ae4ca9c3355b5f7754121edc440463eaf020f079" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += "python-vcversioner" -- cgit v1.2.3-54-g00ecf