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 8ebc715fc1..03d4bbde6a 100644
--- a/meta/recipes-devtools/python/python/python2-manifest.json
+++ b/meta/recipes-devtools/python/python/python2-manifest.json
@@ -597,6 +597,7 @@
597 "re", 597 "re",
598 "resource", 598 "resource",
599 "robotparser", 599 "robotparser",
600 "runpy",
600 "shell", 601 "shell",
601 "smtpd", 602 "smtpd",
602 "sqlite3", 603 "sqlite3",
@@ -815,6 +816,16 @@
815 ], 816 ],
816 "summary": "Python robots.txt parser" 817 "summary": "Python robots.txt parser"
817 }, 818 },
819 "runpy": {
820 "files": [
821 "${libdir}/python2.7/runpy.py"
822 ],
823 "rdepends": [
824 "core",
825 "pkgutil"
826 ],
827 "summary": "Python helper for locating/executing scripts in module namespace"
828 },
818 "shell": { 829 "shell": {
819 "files": [ 830 "files": [
820 "${libdir}/python2.7/cmd.py", 831 "${libdir}/python2.7/cmd.py",
@@ -1029,4 +1040,4 @@
1029 ], 1040 ],
1030 "summary": "Python zlib compression support" 1041 "summary": "Python zlib compression support"
1031 } 1042 }
1032} \ No newline at end of file 1043}