diff options
author | Derek Straka <derek@asterius.io> | 2017-02-16 18:09:34 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-20 11:50:13 +0100 |
commit | c4b47e17df54ad48b7953d11e450d41329b41f91 (patch) | |
tree | 1415def0f379a4ddb06d3dabf77c317acbd1066a /meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb | |
parent | 0e43562753dc7e2811d35f228ce67dc64b0c0313 (diff) | |
download | meta-openembedded-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.bb | 8 |
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 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-jsonschema.inc | ||
3 | |||
4 | RDEPENDS_${PN} += " \ | ||
5 | ${PYTHON_PN}-argparse \ | ||
6 | ${PYTHON_PN}-contextlib \ | ||
7 | ${PYTHON_PN}-functools32 \ | ||
8 | " | ||