python3: fix depends of python3-tests

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>
This commit is contained in:
Markus Lehtonen 2016-11-14 16:16:19 +02:00 committed by Richard Purdie
parent 5e880407ea
commit ef6941fa56

View File

@ -1046,7 +1046,8 @@
"${libdir}/python3.5/test"
],
"rdepends": [
"core"
"core",
"modules"
],
"summary": "Python tests"
},