[oe-commits] [meta-openembedded] 05/07: python3-pillow: Add python3-misc/logging/numbers to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Jul 15 14:59:28 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 1f0bec91bb1e1023c07f6a0c0e325a26ae1e1a2d
Author: Ovidiu Panait <ovidiu.panait at windriver.com>
AuthorDate: Mon Jul 15 10:38:44 2019 +0300

    python3-pillow: Add python3-misc/logging/numbers to RDEPENDS
    
    Fix the following issues:
    $ python3 -c 'from PIL import Image'
    ModuleNotFoundError: No module named 'pathlib'
    ...
    ModuleNotFoundError: No module named 'logging'
    ...
    ModuleNotFoundError: No module named 'numbers'
    
    Signed-off-by: Ovidiu Panait <ovidiu.panait at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python3-pillow_6.1.bb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-pillow_6.1.bb b/meta-python/recipes-devtools/python/python3-pillow_6.1.bb
index 13e6b41..b743267 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_6.1.bb
@@ -23,6 +23,12 @@ DEPENDS += " \
     openjpeg \
 "
 
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-misc \
+    ${PYTHON_PN}-logging \
+    ${PYTHON_PN}-numbers \
+"
+
 CVE_PRODUCT = "pillow"
 
 S = "${WORKDIR}/git"

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


More information about the Openembedded-commits mailing list