summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-warlock_0.7.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-07 13:29:50 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:37 -0500
commit04caef1e27e3b0c78efd75aa60d9d9bf8e220e35 (patch)
tree82c094e125ca6c6157b620c85017491d9447f0e8 /meta-openstack/recipes-devtools/python/python-warlock_0.7.0.bb
parent2c6d702cebcb411beac213dcd23fa2f3419b89d6 (diff)
downloadmeta-cloud-services-04caef1e27e3b0c78efd75aa60d9d9bf8e220e35.tar.gz
python-warlock: uprev to meet havana min requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-warlock_0.7.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-warlock_0.7.0.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-warlock_0.7.0.bb b/meta-openstack/recipes-devtools/python/python-warlock_0.7.0.bb
deleted file mode 100644
index e6b67f3..0000000
--- a/meta-openstack/recipes-devtools/python/python-warlock_0.7.0.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1DESCRIPTION = "Build self-validating python objects using JSON schemas"
2HOMEPAGE = "http://github.com/bcwaldon/warlock"
3SECTION = "devel/python"
4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7DEPENDS += "python-jsonschema python-jsonpatch"
8
9PR = "0"
10SRCNAME = "warlock"
11
12SRC_URI = "http://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
13
14SRC_URI[md5sum] = "7567a1df0bbf76a113d945f307d93d9a"
15SRC_URI[sha256sum] = "cc913fe3855f95512d183d158bd0a0f4e1c4b0619041ddb44fd15af8dc86e22a"
16
17S = "${WORKDIR}/${SRCNAME}-${PV}"
18
19inherit setuptools
20
21RDEPENDS_${PN} += " python-jsonschema python-jsonpatch"
22