summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3_3.7.5.bb2
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)
326PACKAGES += "${PN}-misc" 326PACKAGES += "${PN}-misc"
327RDEPENDS_${PN}-misc += "python3-core python3-email python3-codecs python3-pydoc python3-pickle" 327RDEPENDS_${PN}-misc += "python3-core python3-email python3-codecs python3-pydoc python3-pickle python3-audio"
328RDEPENDS_${PN}-modules_append_class-target = " python3-misc" 328RDEPENDS_${PN}-modules_append_class-target = " python3-misc"
329RDEPENDS_${PN}-modules_append_class-nativesdk = " python3-misc" 329RDEPENDS_${PN}-modules_append_class-nativesdk = " python3-misc"
330FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MAJMIN}/lib-dynload" 330FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MAJMIN}/lib-dynload"