summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-jsonschema_3.1.1.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-10-17 14:25:24 +0800
committerKhem Raj <raj.khem@gmail.com>2019-10-17 08:33:53 -0700
commit01265fad4ebaa1253666e4918a2b2e4965cdb774 (patch)
tree332cbf443067b5bcde7e90a193b8b7a914d20862 /meta-python/recipes-devtools/python/python-jsonschema_3.1.1.bb
parent049ec11f0e2aaf47fd8e13a7736f2d58e0331512 (diff)
downloadmeta-openembedded-01265fad4ebaa1253666e4918a2b2e4965cdb774.tar.gz
python-jsonschema: upgrade 3.0.2 -> 3.1.1
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jsonschema_3.1.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-jsonschema_3.1.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-jsonschema_3.1.1.bb b/meta-python/recipes-devtools/python/python-jsonschema_3.1.1.bb
new file mode 100644
index 0000000000..b677c646e7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-jsonschema_3.1.1.bb
@@ -0,0 +1,12 @@
1inherit pypi setuptools
2require python-jsonschema.inc
3
4RDEPENDS_${PN} += " \
5 ${PYTHON_PN}-argparse \
6 ${PYTHON_PN}-contextlib \
7 ${PYTHON_PN}-functools32 \
8 ${PYTHON_PN}-lang \
9 ${PYTHON_PN}-re \
10 ${PYTHON_PN}-subprocess \
11 ${PYTHON_PN}-textutils \
12"