summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-warlock_1.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-warlock_1.2.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-warlock_1.2.0.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-warlock_1.2.0.bb b/meta-openstack/recipes-devtools/python/python-warlock_1.2.0.bb
deleted file mode 100644
index 0839983..0000000
--- a/meta-openstack/recipes-devtools/python/python-warlock_1.2.0.bb
+++ /dev/null
@@ -1,21 +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 += " \
8 python-jsonschema \
9 python-jsonpatch \
10 "
11
12SRC_URI[md5sum] = "8389225c589ada11a9094abc5d9053df"
13SRC_URI[sha256sum] = "7c0d17891e14cf77e13a598edecc9f4682a5bc8a219dc84c139c5ba02789ef5a"
14
15inherit setuptools pypi
16
17RDEPENDS_${PN} += " \
18 python-jsonschema \
19 python-jsonpatch \
20 python-six \
21 "