summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 },