aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2016-11-14 16:16:19 +0200
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2018-04-16 09:54:19 +0300
commit291d54d33a1777c2b2870468904d999cfd30dadd (patch)
treef08eb329e4653b5e92e03dc3ae39b656a7f92d1d
parent54800c587dba2a9419cf79da134e6624019e396a (diff)
downloadopenembedded-core-contrib-291d54d33a1777c2b2870468904d999cfd30dadd.tar.gz
python3: fix depends of python3-tests
Similar to an earlier fix for Python 2.7. Make the tests subpackage depend on all modules as test.regrtest uses most (if not all) of them. [YOCTO #9338] Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-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"
},