aboutsummaryrefslogtreecommitdiffstats
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.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python/python2-manifest.json b/meta/recipes-devtools/python/python/python2-manifest.json
index 03d4bbde6a..723e5138e2 100644
--- a/meta/recipes-devtools/python/python/python2-manifest.json
+++ b/meta/recipes-devtools/python/python/python2-manifest.json
@@ -680,6 +680,7 @@
"${libdir}/python2.7/cgi.py"
],
"rdepends": [
+ "compression",
"contextlib",
"core",
"crypt",
@@ -692,7 +693,8 @@
"shell",
"textutils",
"threading",
- "unixadmin"
+ "unixadmin",
+ "zlib"
],
"summary": "Python Internet Protocol servers"
},
@@ -838,9 +840,11 @@
"${libdir}/python2.7/shutil.py"
],
"rdepends": [
+ "compression",
"core",
"io",
- "unixadmin"
+ "unixadmin",
+ "zlib"
],
"summary": "Python shell-like functionality"
},