diff options
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.bb | 18 |
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 @@ | |||
| 1 | inherit setuptools3 | 1 | DESCRIPTION = "Build self-validating python objects using JSON schemas" |
| 2 | require python-warlock.inc | 2 | HOMEPAGE = "http://github.com/bcwaldon/warlock" |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 6 | |||
| 7 | DEPENDS += "python3-jsonschema python3-jsonpatch" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "746aba989d97762948e5fca6601f283f" | ||
| 10 | SRC_URI[sha256sum] = "a093c4d04b42b7907f69086e476a766b7639dca50d95edc83aef6aeab9db2090" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | |||
| 14 | RDEPENDS_${PN} += "${PYTHON_PN}-jsonschema \ | ||
| 15 | ${PYTHON_PN}-jsonpatch \ | ||
| 16 | " | ||
| 3 | 17 | ||
