summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python-3.5-manifest.inc2
-rwxr-xr-xscripts/contrib/python/generate-manifest-3.5.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc b/meta/recipes-devtools/python/python-3.5-manifest.inc
index 335c3ffdbb..eb9857ca2c 100644
--- a/meta/recipes-devtools/python/python-3.5-manifest.inc
+++ b/meta/recipes-devtools/python/python-3.5-manifest.inc
@@ -194,7 +194,7 @@ RDEPENDS_${PN}-resource="${PN}-core"
194FILES_${PN}-resource="${libdir}/python3.5/lib-dynload/resource.*.so " 194FILES_${PN}-resource="${libdir}/python3.5/lib-dynload/resource.*.so "
195 195
196SUMMARY_${PN}-shell="Python shell-like functionality" 196SUMMARY_${PN}-shell="Python shell-like functionality"
197RDEPENDS_${PN}-shell="${PN}-core ${PN}-re" 197RDEPENDS_${PN}-shell="${PN}-core ${PN}-re ${PN}-compression"
198FILES_${PN}-shell="${libdir}/python3.5/cmd.* ${libdir}/python3.5/commands.* ${libdir}/python3.5/dircache.* ${libdir}/python3.5/fnmatch.* ${libdir}/python3.5/glob.* ${libdir}/python3.5/popen2.* ${libdir}/python3.5/shlex.* ${libdir}/python3.5/shutil.* " 198FILES_${PN}-shell="${libdir}/python3.5/cmd.* ${libdir}/python3.5/commands.* ${libdir}/python3.5/dircache.* ${libdir}/python3.5/fnmatch.* ${libdir}/python3.5/glob.* ${libdir}/python3.5/popen2.* ${libdir}/python3.5/shlex.* ${libdir}/python3.5/shutil.* "
199 199
200SUMMARY_${PN}-smtpd="Python Simple Mail Transport Daemon" 200SUMMARY_${PN}-smtpd="Python Simple Mail Transport Daemon"
diff --git a/scripts/contrib/python/generate-manifest-3.5.py b/scripts/contrib/python/generate-manifest-3.5.py
index e04da1de71..44fffa4b2a 100755
--- a/scripts/contrib/python/generate-manifest-3.5.py
+++ b/scripts/contrib/python/generate-manifest-3.5.py
@@ -336,7 +336,7 @@ if __name__ == "__main__":
336 m.addPackage( "${PN}-resource", "Python resource control interface", "${PN}-core", 336 m.addPackage( "${PN}-resource", "Python resource control interface", "${PN}-core",
337 "lib-dynload/resource.*.so" ) 337 "lib-dynload/resource.*.so" )
338 338
339 m.addPackage( "${PN}-shell", "Python shell-like functionality", "${PN}-core ${PN}-re", 339 m.addPackage( "${PN}-shell", "Python shell-like functionality", "${PN}-core ${PN}-re ${PN}-compression",
340 "cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shlex.* shutil.*" ) 340 "cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shlex.* shutil.*" )
341 341
342 m.addPackage( "${PN}-subprocess", "Python subprocess support", "${PN}-core ${PN}-io ${PN}-re ${PN}-fcntl ${PN}-pickle", 342 m.addPackage( "${PN}-subprocess", "Python subprocess support", "${PN}-core ${PN}-io ${PN}-re ${PN}-fcntl ${PN}-pickle",