diff options
-rw-r--r-- | meta/recipes-devtools/python/python3_3.7.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.7.5.bb b/meta/recipes-devtools/python/python3_3.7.5.bb index 0338fa4ba8..90914f9053 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" | |||
324 | 324 | ||
325 | # catch all the rest (unsorted) | 325 | # catch all the rest (unsorted) |
326 | PACKAGES += "${PN}-misc" | 326 | PACKAGES += "${PN}-misc" |
327 | RDEPENDS_${PN}-misc += "python3-core python3-email python3-codecs python3-pydoc python3-pickle" | 327 | RDEPENDS_${PN}-misc += "python3-core python3-email python3-codecs python3-pydoc python3-pickle python3-audio" |
328 | RDEPENDS_${PN}-modules_append_class-target = " python3-misc" | 328 | RDEPENDS_${PN}-modules_append_class-target = " python3-misc" |
329 | RDEPENDS_${PN}-modules_append_class-nativesdk = " python3-misc" | 329 | RDEPENDS_${PN}-modules_append_class-nativesdk = " python3-misc" |
330 | FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MAJMIN}/lib-dynload" | 330 | FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MAJMIN}/lib-dynload" |