]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3: fix depends of python3-tests
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 14 Nov 2016 14:16:19 +0000 (16:16 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jul 2018 21:42:03 +0000 (22:42 +0100)
Make the tests subpackage depend on all modules as test.regrtest uses most (if
not all) of them.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python3/python3-manifest.json

index 2491f36db27e6c699864a6bb6ebbb2747238d732..3dda9f6e10ca96c15d3f18e94b5699338ec8f667 100644 (file)
             "${libdir}/python3.5/test"
         ],
         "rdepends": [
-            "core"
+            "core",
+            "modules"
         ],
         "summary": "Python tests"
     },