summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/contrib/python/generate-manifest-3.3.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.3.py b/scripts/contrib/python/generate-manifest-3.3.py
index 23d1887460..1586c46868 100755
--- a/scripts/contrib/python/generate-manifest-3.3.py
+++ b/scripts/contrib/python/generate-manifest-3.3.py
@@ -295,7 +295,7 @@ if __name__ == "__main__":
295 m.addPackage( "${PN}-mmap", "Python memory-mapped file support", "${PN}-core ${PN}-io", 295 m.addPackage( "${PN}-mmap", "Python memory-mapped file support", "${PN}-core ${PN}-io",
296 "lib-dynload/mmap.*.so " ) 296 "lib-dynload/mmap.*.so " )
297 297
298 m.addPackage( "${PN}-multiprocessing", "Python multiprocessing support", "${PN}-core ${PN}-io ${PN}-lang", 298 m.addPackage( "${PN}-multiprocessing", "Python multiprocessing support", "${PN}-core ${PN}-io ${PN}-lang ${PN}-pickle ${PN}-threading ${PN}-ctypes ${PN}-mmap",
299 "lib-dynload/_multiprocessing.*.so multiprocessing" ) # package 299 "lib-dynload/_multiprocessing.*.so multiprocessing" ) # package
300 300
301 m.addPackage( "${PN}-netclient", "Python Internet Protocol clients", "${PN}-core ${PN}-crypt ${PN}-datetime ${PN}-io ${PN}-lang ${PN}-logging ${PN}-mime", 301 m.addPackage( "${PN}-netclient", "Python Internet Protocol clients", "${PN}-core ${PN}-crypt ${PN}-datetime ${PN}-io ${PN}-lang ${PN}-logging ${PN}-mime",
@@ -314,7 +314,7 @@ if __name__ == "__main__":
314 m.addPackage( "${PN}-pkgutil", "Python package extension utility support", "${PN}-core", 314 m.addPackage( "${PN}-pkgutil", "Python package extension utility support", "${PN}-core",
315 "pkgutil.*") 315 "pkgutil.*")
316 316
317 m.addPackage( "${PN}-pprint", "Python pretty-print support", "${PN}-core", 317 m.addPackage( "${PN}-pprint", "Python pretty-print support", "${PN}-core ${PN}-io",
318 "pprint.*" ) 318 "pprint.*" )
319 319
320 m.addPackage( "${PN}-profile", "Python basic performance profiling support", "${PN}-core ${PN}-textutils", 320 m.addPackage( "${PN}-profile", "Python basic performance profiling support", "${PN}-core ${PN}-textutils",
@@ -362,7 +362,7 @@ if __name__ == "__main__":
362 m.addPackage( "${PN}-tkinter", "Python Tcl/Tk bindings", "${PN}-core", 362 m.addPackage( "${PN}-tkinter", "Python Tcl/Tk bindings", "${PN}-core",
363 "lib-dynload/_tkinter.*.so lib-tk tkinter" ) # package 363 "lib-dynload/_tkinter.*.so lib-tk tkinter" ) # package
364 364
365 m.addPackage( "${PN}-unittest", "Python unit testing framework", "${PN}-core ${PN}-stringold ${PN}-lang", 365 m.addPackage( "${PN}-unittest", "Python unit testing framework", "${PN}-core ${PN}-stringold ${PN}-lang ${PN}-io ${PN}-difflib ${PN}-pprint ${PN}-shell",
366 "unittest/" ) 366 "unittest/" )
367 367
368 m.addPackage( "${PN}-unixadmin", "Python Unix administration support", "${PN}-core", 368 m.addPackage( "${PN}-unixadmin", "Python Unix administration support", "${PN}-core",