From: Markus Lehtonen Date: Mon, 14 Nov 2016 14:16:19 +0000 (+0200) Subject: python3: fix depends of python3-tests X-Git-Tag: uninative-2.3~822 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f03f3edc211b3e03cf1a6b2655ba664af7fbd12f;p=openembedded-core.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 2491f36db2..3dda9f6e10 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" },