diff options
Diffstat (limited to 'scripts/contrib')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-3.5.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.5.py b/scripts/contrib/python/generate-manifest-3.5.py index 0de8fedbc2..2975e109c9 100755 --- a/scripts/contrib/python/generate-manifest-3.5.py +++ b/scripts/contrib/python/generate-manifest-3.5.py | |||
@@ -252,7 +252,7 @@ if __name__ == "__main__": | |||
252 | "py_compile.* compileall.*" ) | 252 | "py_compile.* compileall.*" ) |
253 | 253 | ||
254 | m.addPackage( "${PN}-compression", "Python high-level compression support", "${PN}-core ${PN}-codecs ${PN}-importlib ${PN}-threading ${PN}-shell", | 254 | m.addPackage( "${PN}-compression", "Python high-level compression support", "${PN}-core ${PN}-codecs ${PN}-importlib ${PN}-threading ${PN}-shell", |
255 | "gzip.* zipfile.* tarfile.* lib-dynload/bz2.*.so lib-dynload/zlib.*.so" ) | 255 | "gzip.* zipfile.* tarfile.* lib-dynload/bz2.*.so lib-dynload/zlib.*.so bz2.py lzma.py _compression.py" ) |
256 | 256 | ||
257 | m.addPackage( "${PN}-crypt", "Python basic cryptographic and hashing support", "${PN}-core", | 257 | m.addPackage( "${PN}-crypt", "Python basic cryptographic and hashing support", "${PN}-core", |
258 | "hashlib.* md5.* sha.* lib-dynload/crypt.*.so lib-dynload/_hashlib.*.so lib-dynload/_sha256.*.so lib-dynload/_sha512.*.so" ) | 258 | "hashlib.* md5.* sha.* lib-dynload/crypt.*.so lib-dynload/_hashlib.*.so lib-dynload/_sha256.*.so lib-dynload/_sha512.*.so" ) |
@@ -400,7 +400,7 @@ if __name__ == "__main__": | |||
400 | m.addPackage( "${PN}-terminal", "Python terminal controlling support", "${PN}-core ${PN}-io", | 400 | m.addPackage( "${PN}-terminal", "Python terminal controlling support", "${PN}-core ${PN}-io", |
401 | "pty.* tty.*" ) | 401 | "pty.* tty.*" ) |
402 | 402 | ||
403 | m.addPackage( "${PN}-tests", "Python tests", "${PN}-core", | 403 | m.addPackage( "${PN}-tests", "Python tests", "${PN}-core ${PN}-compression", |
404 | "test" ) # package | 404 | "test" ) # package |
405 | 405 | ||
406 | m.addPackage( "${PN}-threading", "Python threading & synchronization support", "${PN}-core ${PN}-lang", | 406 | m.addPackage( "${PN}-threading", "Python threading & synchronization support", "${PN}-core ${PN}-lang", |