summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/python3-manifest.json
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2016-11-14 16:16:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-31 22:47:36 +0100
commitef6941fa56b078f45cc072be44c16d0e066a1e68 (patch)
tree3c932810277f4384c85300a05b9192709d6690f6 /meta/recipes-devtools/python/python3/python3-manifest.json
parent5e880407ea034b43fdad6b7e74b2b3c976264606 (diff)
downloadpoky-ef6941fa56b078f45cc072be44c16d0e066a1e68.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3/python3-manifest.json')
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json3
1 files changed, 2 insertions, 1 deletions
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 @@
1046 "${libdir}/python3.5/test" 1046 "${libdir}/python3.5/test"
1047 ], 1047 ],
1048 "rdepends": [ 1048 "rdepends": [
1049 "core" 1049 "core",
1050 "modules"
1050 ], 1051 ],
1051 "summary": "Python tests" 1052 "summary": "Python tests"
1052 }, 1053 },