summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python/python2-manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python/python2-manifest.json')
-rw-r--r--meta/recipes-devtools/python/python/python2-manifest.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python/python2-manifest.json b/meta/recipes-devtools/python/python/python2-manifest.json
index 2e32597155..043de40c65 100644
--- a/meta/recipes-devtools/python/python/python2-manifest.json
+++ b/meta/recipes-devtools/python/python/python2-manifest.json
@@ -597,6 +597,7 @@
"re",
"resource",
"robotparser",
+ "runpy",
"shell",
"smtpd",
"sqlite3",
@@ -816,6 +817,16 @@
],
"summary": "Python robots.txt parser"
},
+ "runpy": {
+ "files": [
+ "${libdir}/python2.7/runpy.py"
+ ],
+ "rdepends": [
+ "core",
+ "pkgutil"
+ ],
+ "summary": "Python helper for locating/executing scripts in module namespace"
+ },
"shell": {
"files": [
"${libdir}/python2.7/cmd.py",
@@ -1030,4 +1041,4 @@
],
"summary": "Python zlib compression support"
}
-} \ No newline at end of file
+}