From: Ross Burton Date: Wed, 13 Jan 2016 12:55:46 +0000 (+0000) Subject: python3: add missing dependency on PN-misc to PN-modules X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27661 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c1c48d90aa9a94f90836557856e0319ddcb524;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3: add missing dependency on PN-misc to PN-modules Installing python3-modules should install *all* of the Python standard library, not just most of it. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3_3.5.0.bb b/meta/recipes-devtools/python/python3_3.5.0.bb index d5e26ff7641..6184c79fb1e 100644 --- a/meta/recipes-devtools/python/python3_3.5.0.bb +++ b/meta/recipes-devtools/python/python3_3.5.0.bb @@ -215,6 +215,7 @@ FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_ # catch all the rest (unsorted) PACKAGES += "${PN}-misc" RDEPENDS_${PN}-misc += "${PN}-core" +RDEPENDS_${PN}-modules += "${PN}-misc" FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}" # catch manpage