summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-jsonschema_2.5.1.bb
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-08-17 10:17:48 -0300
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-22 15:49:28 +0200
commitb7ab1526c2ec3b09795389050035aab7f961bf68 (patch)
tree576c31386739e1753336183941257317009b3677 /meta-python/recipes-devtools/python/python-jsonschema_2.5.1.bb
parent25b5e35df5c4d61ac9ba44cf443ef2d68a16fc2c (diff)
downloadmeta-openembedded-b7ab1526c2ec3b09795389050035aab7f961bf68.tar.gz
python-jsonschema, python3-jsonschema: Add recipe for version 2.5.1
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jsonschema_2.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-jsonschema_2.5.1.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-jsonschema_2.5.1.bb b/meta-python/recipes-devtools/python/python-jsonschema_2.5.1.bb
new file mode 100644
index 0000000000..3bb5220188
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-jsonschema_2.5.1.bb
@@ -0,0 +1,8 @@
1inherit pypi setuptools
2require python-jsonschema.inc
3
4RDEPENDS_${PN} += " \
5 ${PYTHON_PN}-argparse \
6 ${PYTHON_PN}-contextlib \
7 ${PYTHON_PN}-functools32 \
8"