From 32b0092f6f6bb6687633e24ab44cf0f2ab73c810 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 2 Mar 2017 11:24:24 -0500 Subject: python-simplejson: relocate to meta-python and add a python3 version Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-simplejson_3.10.0.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-simplejson_3.10.0.bb (limited to 'meta-python/recipes-devtools/python/python3-simplejson_3.10.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.10.0.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.10.0.bb new file mode 100644 index 0000000000..d44bc1526d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-simplejson_3.10.0.bb @@ -0,0 +1,7 @@ +inherit setuptools3 +require python-simplejson.inc + +# Requires _pydecimal which is in misc +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-misc \ +" -- cgit v1.2.3-54-g00ecf