From 3e55d229f98894f82013562bca897f2aca3c0c1f Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 30 Jan 2018 12:31:29 -0500 Subject: python: remove python3 DEPENDS on python3-misc due to missing _pydecimal.py Several packages required numbers, but the _pydecimal.py file was incorrectly placed in the misc package. The underlying issue has been resolved upstream, so remove the RDEPENDS here http://lists.openembedded.org/pipermail/openembedded-core/2018-January/146808.html Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb') 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 index d44bc1526d..38f406c5de 100644 --- a/meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb +++ b/meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb @@ -1,7 +1,2 @@ inherit setuptools3 require python-simplejson.inc - -# Requires _pydecimal which is in misc -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-misc \ -" -- cgit v1.2.3-54-g00ecf