summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-warlock_1.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-warlock_1.3.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-warlock_1.3.0.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-warlock_1.3.0.bb b/meta-openstack/recipes-devtools/python/python-warlock_1.3.0.bb
deleted file mode 100644
index a62cbd8..0000000
--- a/meta-openstack/recipes-devtools/python/python-warlock_1.3.0.bb
+++ /dev/null
@@ -1,15 +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.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7DEPENDS += "python-jsonschema python-jsonpatch"
8
9SRC_URI[md5sum] = "61cc809a3af2c76288f4dd26a003932d"
10SRC_URI[sha256sum] = "d7403f728fce67ee2f22f3d7fa09c9de0bc95c3e7bcf6005b9c1962b77976a06"
11
12inherit setuptools pypi
13
14RDEPENDS_${PN} += " python-jsonschema python-jsonpatch"
15