aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-12-19 10:41:20 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-27 07:25:01 -0800
commitb76cedf440e124e10d6374f86672ba6dacccea73 (patch)
tree77aa133e0b37ab5c3529b2a35411a22ffb83619a /meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb
parentd295ef40a6436a4c5d5c5b69a6a27aa557c9f9b5 (diff)
downloadmeta-openembedded-b76cedf440e124e10d6374f86672ba6dacccea73.tar.gz
python-simplejson: update to version 3.13.2
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb
new file mode 100644
index 0000000000..d44bc1526d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb
@@ -0,0 +1,7 @@
+inherit setuptools3
+require python-simplejson.inc
+
+# Requires _pydecimal which is in misc
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-misc \
+"