From f03f3edc211b3e03cf1a6b2655ba664af7fbd12f Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Mon, 14 Nov 2016 16:16:19 +0200 Subject: 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 --- meta/recipes-devtools/python/python3/python3-manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }, -- cgit 1.2.3-korg