[oe-commits] [openembedded-core] 08/27: python3-misc: add python3-audio to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Nov 11 14:14:47 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 fea9b9ca7038aab91b8d56f5d8b0abeabf528bb2
Author: Trevor Gamblin <trevor.gamblin at windriver.com>
AuthorDate: Fri Nov 8 20:46:40 2019 -0500

    python3-misc: add python3-audio to RDEPENDS
    
    Import issues are encountered for the python3 aifc module,
    on images with python3-misc installed:
    
    |>>> import aifc
    |Traceback (most recent call last):
    |File "<stdin>", line 1, in <module>
    |File "/usr/lib64/python3.7/aifc.py", line 254, in <module>
    |from chunk import Chunk
    |ModuleNotFoundError: No module named 'chunk'
    |>>>
    
    The chunk module is part of python3-audio. Add python3-audio
    to RDEPENDS for python3-misc to fix the error.
    
    Signed-off-by: Trevor Gamblin <trevor.gamblin at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python3_3.7.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python3_3.7.5.bb b/meta/recipes-devtools/python/python3_3.7.5.bb
index 0338fa4..90914f9 100644
--- a/meta/recipes-devtools/python/python3_3.7.5.bb
+++ b/meta/recipes-devtools/python/python3_3.7.5.bb
@@ -324,7 +324,7 @@ INSANE_SKIP_${PN}-dev += "dev-elf"
 
 # catch all the rest (unsorted)
 PACKAGES += "${PN}-misc"
-RDEPENDS_${PN}-misc += "python3-core python3-email python3-codecs python3-pydoc python3-pickle"
+RDEPENDS_${PN}-misc += "python3-core python3-email python3-codecs python3-pydoc python3-pickle python3-audio"
 RDEPENDS_${PN}-modules_append_class-target = " python3-misc"
 RDEPENDS_${PN}-modules_append_class-nativesdk = " python3-misc"
 FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MAJMIN}/lib-dynload"

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


More information about the Openembedded-commits mailing list