From: Ming Liu Date: Sun, 26 Feb 2017 08:05:11 +0000 (+0100) Subject: generate-manifest-2.7.py: fix python-tests rdepends X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13adc5bbfd2ef64133a086ec6c917ac3ef274087;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git generate-manifest-2.7.py: fix python-tests rdepends A potential flaw was introduced by commit a8dc4bc0: [ python: fix python-tests rdepends ] It made python-tests RDEPENDS on python-modules which is correct, but this should be done in generate-manifest-2.7.py, and re-generate the manifest. Fixed by adding this dependency in generate-manifest-2.7.py as well. Signed-off-by: Ming Liu Signed-off-by: Ross Burton --- diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py index 6f7a4c39e0d..b5941a035f9 100755 --- a/scripts/contrib/python/generate-manifest-2.7.py +++ b/scripts/contrib/python/generate-manifest-2.7.py @@ -383,7 +383,7 @@ if __name__ == "__main__": m.addPackage( "${PN}-terminal", "Python terminal controlling support", "${PN}-core ${PN}-io", "pty.* tty.*" ) - m.addPackage( "${PN}-tests", "Python tests", "${PN}-core", + m.addPackage( "${PN}-tests", "Python tests", "${PN}-core ${PN}-modules", "test" ) # package m.addPackage( "${PN}-threading", "Python threading & synchronization support", "${PN}-core ${PN}-lang",