]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:47:36 +0000 (22:47 +0100)
Make the tests subpackage depend on all modules as test.regrtest uses most (if
not all) of them.

(From OE-Core rev: f03f3edc211b3e03cf1a6b2655ba664af7fbd12f)

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

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