aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-02-16 18:09:34 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-20 11:50:13 +0100
commitc4b47e17df54ad48b7953d11e450d41329b41f91 (patch)
tree1415def0f379a4ddb06d3dabf77c317acbd1066a /meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb
parent0e43562753dc7e2811d35f228ce67dc64b0c0313 (diff)
downloadmeta-openembedded-contrib-c4b47e17df54ad48b7953d11e450d41329b41f91.tar.gz
python-jsonschema: update to version 2.6.0
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb b/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb
new file mode 100644
index 0000000000..3bb5220188
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb
@@ -0,0 +1,8 @@
+inherit pypi setuptools
+require python-jsonschema.inc
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-argparse \
+ ${PYTHON_PN}-contextlib \
+ ${PYTHON_PN}-functools32 \
+"