mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4473e64ba7
commit
fd08714c26
@@ -336,7 +336,7 @@ if __name__ == "__main__":
|
||||
m.addPackage( "${PN}-resource", "Python resource control interface", "${PN}-core",
|
||||
"lib-dynload/resource.*.so" )
|
||||
|
||||
m.addPackage( "${PN}-shell", "Python shell-like functionality", "${PN}-core ${PN}-re",
|
||||
m.addPackage( "${PN}-shell", "Python shell-like functionality", "${PN}-core ${PN}-re ${PN}-compression",
|
||||
"cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shlex.* shutil.*" )
|
||||
|
||||
m.addPackage( "${PN}-subprocess", "Python subprocess support", "${PN}-core ${PN}-io ${PN}-re ${PN}-fcntl ${PN}-pickle",
|
||||
|
||||
Reference in New Issue
Block a user