summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-warlock_1.3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-warlock_1.3.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-warlock_1.3.3.bb18
1 files changed, 16 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-warlock_1.3.3.bb b/meta-openstack/recipes-devtools/python/python3-warlock_1.3.3.bb
index 7f4d350..b4f4874 100644
--- a/meta-openstack/recipes-devtools/python/python3-warlock_1.3.3.bb
+++ b/meta-openstack/recipes-devtools/python/python3-warlock_1.3.3.bb
@@ -1,3 +1,17 @@
1inherit setuptools3 1DESCRIPTION = "Build self-validating python objects using JSON schemas"
2require python-warlock.inc 2HOMEPAGE = "http://github.com/bcwaldon/warlock"
3SECTION = "devel/python"
4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7DEPENDS += "python3-jsonschema python3-jsonpatch"
8
9SRC_URI[md5sum] = "746aba989d97762948e5fca6601f283f"
10SRC_URI[sha256sum] = "a093c4d04b42b7907f69086e476a766b7639dca50d95edc83aef6aeab9db2090"
11
12inherit pypi setuptools3
13
14RDEPENDS_${PN} += "${PYTHON_PN}-jsonschema \
15 ${PYTHON_PN}-jsonpatch \
16 "
3 17