aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-simplejson_3.11.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-07-24 14:26:34 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-13 13:19:01 +0200
commit5fc1c31209261f577fc934e1d6493c78b48e3952 (patch)
tree5ec2a8c35ddf753f612f2d94714b1c3fe17dbade /meta-python/recipes-devtools/python/python3-simplejson_3.11.1.bb
parent88fa242b301af62a095a954ffbd79079bffd1350 (diff)
downloadmeta-openembedded-contrib-5fc1c31209261f577fc934e1d6493c78b48e3952.tar.gz
python-simplejson: update to version 3.11.1
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/python3-simplejson_3.11.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-simplejson_3.11.1.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.11.1.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.11.1.bb
new file mode 100644
index 0000000000..d44bc1526d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-simplejson_3.11.1.bb
@@ -0,0 +1,7 @@
+inherit setuptools3
+require python-simplejson.inc
+
+# Requires _pydecimal which is in misc
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-misc \
+"