The top of the manifest file says that it is auto generated [1], this change must also be done in scripts/contrib/python/generate-manifest-3.5.py [2]:
[1] http://git.openembedded.org/openembedded-core/tree/meta/recipes-devtools/python/python-3.5-manifest.inc#n1 [2] http://git.openembedded.org/openembedded-core/tree/scripts/contrib/python/generate-manifest-3.5.py Nacked-by: Tim Orling <[email protected]> > On Nov 20, 2017, at 4:15 AM, Markus Lehtonen > <[email protected]> wrote: > > Similar to an earlier fix for Python 2.7. Make the tests subpackage > depend on all modules as test.regrtest uses most (if not all) of them. > > Some tests also depend on libgcc so add that as a runtime dependency as > well. > > [YOCTO #9338] > > Signed-off-by: Markus Lehtonen <[email protected]> > --- > meta/recipes-devtools/python/python-3.5-manifest.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc > b/meta/recipes-devtools/python/python-3.5-manifest.inc > index 0260e87e75..067f6c58c5 100644 > --- a/meta/recipes-devtools/python/python-3.5-manifest.inc > +++ b/meta/recipes-devtools/python/python-3.5-manifest.inc > @@ -241,7 +241,7 @@ RDEPENDS_${PN}-terminal="${PN}-core ${PN}-io" > FILES_${PN}-terminal="${libdir}/python3.5/pty.* > ${libdir}/python3.5/__pycache__/pty.* ${libdir}/python3.5/tty.* > ${libdir}/python3.5/__pycache__/tty.* " > > SUMMARY_${PN}-tests="Python tests" > -RDEPENDS_${PN}-tests="${PN}-core ${PN}-compression" > +RDEPENDS_${PN}-tests="${PN}-core ${PN}-modules libgcc" > FILES_${PN}-tests="${libdir}/python3.5/test > ${libdir}/python3.5/test/__pycache__ " > > SUMMARY_${PN}-textutils="Python option parsing, text wrapping and CSV support" > -- > 2.13.6 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
