From: Chen Qi Date: Tue, 3 Sep 2019 04:13:00 +0000 (+0800) Subject: python-numpy: rdepend on multiprocessing module X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08198d658b3617ba5e124f82540eba5e41fdad6c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python-numpy: rdepend on multiprocessing module `import numpy.distutils' gives people the following error. ModuleNotFoundError: No module named 'multiprocessing' Fix it by adding multiprocessing dependency. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc index 1c6047ab07d..a12e72f9647 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy.inc +++ b/meta/recipes-devtools/python-numpy/python-numpy.inc @@ -113,6 +113,7 @@ RDEPENDS_${PN} = "${PYTHON_PN}-unittest \ ${PYTHON_PN}-compression \ ${PYTHON_PN}-ctypes \ ${PYTHON_PN}-threading \ + ${PYTHON_PN}-multiprocessing \ " RDEPENDS_${PN}_class-native = ""