diff options
| author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-08-18 17:42:11 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-18 13:11:04 -0400 |
| commit | 96820c94622f5f6ca495a0a642ae8e428b025819 (patch) | |
| tree | 03d0d03871bec3f87d9f927f6517b5b04a19f830 /meta-openstack/recipes-devtools/python/python-jsonschema_2.4.0.bb | |
| parent | 0eece53a1daebd9206c45715d0f47cb1b7459beb (diff) | |
| download | meta-cloud-services-96820c94622f5f6ca495a0a642ae8e428b025819.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/recipes-devtools/python/python-jsonschema_2.4.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonschema_2.4.0.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonschema_2.4.0.bb b/meta-openstack/recipes-devtools/python/python-jsonschema_2.4.0.bb deleted file mode 100644 index e27a242..0000000 --- a/meta-openstack/recipes-devtools/python/python-jsonschema_2.4.0.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | DESCRIPTION = "An implementation of JSON-Schema validation for Python" | ||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/jsonschema" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "jsonschema" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.zip" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "f645c88123189976058fcf550c02e50f" | ||
| 13 | SRC_URI[sha256sum] = "acf1e360b4682d64ba6acc35dbc65d81d9bde68a291a97f14f16f4282733f5a4" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
