aboutsummaryrefslogtreecommitdiffstats
path: root/meta
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:42:03 +0100
commitf03f3edc211b3e03cf1a6b2655ba664af7fbd12f (patch)
tree87e75a4c79683d030a41db305e680dfc461059b6 /meta
parentac9a54fc617ff5f1eb75fa8500187c5ed3effe46 (diff)
downloadopenembedded-core-contrib-f03f3edc211b3e03cf1a6b2655ba664af7fbd12f.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. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-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 @@
"${libdir}/python3.5/test"
],
"rdepends": [
- "core"
+ "core",
+ "modules"
],
"summary": "Python tests"
},