[oe-commits] [openembedded-core] 01/15: python-numpy: rdepend on multiprocessing module

git at git.openembedded.org git at git.openembedded.org
Tue Sep 3 21:28:32 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5c6e1820445c5a68b447b5d21c9c5a8b14edab9a
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Tue Sep 3 12:13:00 2019 +0800

    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 <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python-numpy/python-numpy.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc
index 1c6047a..a12e72f 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 = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list