summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-warlock.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-warlock.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-warlock.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-warlock.inc b/meta-openstack/recipes-devtools/python/python-warlock.inc
new file mode 100644
index 0000000..d8a16b1
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-warlock.inc
@@ -0,0 +1,17 @@
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=3b83ef96387f14655fc854ddc3c6bd57"
6
7DEPENDS += "python-jsonschema python-jsonpatch"
8
9SRC_URI[md5sum] = "746aba989d97762948e5fca6601f283f"
10SRC_URI[sha256sum] = "a093c4d04b42b7907f69086e476a766b7639dca50d95edc83aef6aeab9db2090"
11
12inherit pypi
13
14RDEPENDS_${PN} += "${PYTHON_PN}-jsonschema \
15 ${PYTHON_PN}-jsonpatch \
16 "
17