aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-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/python3-jsonschema_2.5.1.bb
parent25b5e35df5c4d61ac9ba44cf443ef2d68a16fc2c (diff)
downloadmeta-openembedded-contrib-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/python3-jsonschema_2.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb b/meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb
new file mode 100644
index 0000000000..5aaee682b6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb
@@ -0,0 +1,6 @@
+inherit pypi setuptools3
+require python-jsonschema.inc
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-misc \
+"