mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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:
parent
5e880407ea
commit
ef6941fa56
|
|
@ -1046,7 +1046,8 @@
|
|||
"${libdir}/python3.5/test"
|
||||
],
|
||||
"rdepends": [
|
||||
"core"
|
||||
"core",
|
||||
"modules"
|
||||
],
|
||||
"summary": "Python tests"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user