diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-07-07 18:39:31 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-12 23:10:16 +0100 |
commit | fd08714c26285ca7a4e56f634ff99d0594059393 (patch) | |
tree | 578375d292af04ad21a02720b1b762e195052af4 /scripts/contrib/python/generate-manifest-3.5.py | |
parent | 4473e64ba7793881d825cf980e3c3d40f77fedfc (diff) | |
download | poky-fd08714c26285ca7a4e56f634ff99d0594059393.tar.gz |
python3: Add compression to python3-shell dependencies
python3-shell needs python3-compression for tarfile.
(From OE-Core rev: fe5979534bd4fc1f3e5401c9a86e4aff571aec24)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib/python/generate-manifest-3.5.py')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-3.5.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", |