From: Markus Lehtonen Date: Mon, 14 Nov 2016 14:16:19 +0000 (+0200) Subject: python3: fix depends of python3-tests X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17164 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f03f3edc211b3e03cf1a6b2655ba664af7fbd12f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3: fix depends of python3-tests Make the tests subpackage depend on all modules as test.regrtest uses most (if not all) of them. Signed-off-by: Markus Lehtonen Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index 2491f36db27..3dda9f6e10c 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json @@ -1046,7 +1046,8 @@ "${libdir}/python3.5/test" ], "rdepends": [ - "core" + "core", + "modules" ], "summary": "Python tests" },