summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/contrib/python/generate-manifest-3.5.py2
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 367b4b8b4b..d9d6923a2d 100755
--- a/scripts/contrib/python/generate-manifest-3.5.py
+++ b/scripts/contrib/python/generate-manifest-3.5.py
@@ -361,7 +361,7 @@ if __name__ == "__main__":
361 "test" ) # package 361 "test" ) # package
362 362
363 m.addPackage( "${PN}-threading", "Python threading & synchronization support", "${PN}-core ${PN}-lang", 363 m.addPackage( "${PN}-threading", "Python threading & synchronization support", "${PN}-core ${PN}-lang",
364 "_threading_local.* dummy_thread.* dummy_threading.* mutex.* threading.* Queue.*" ) 364 "_threading_local.* dummy_thread.* dummy_threading.* mutex.* threading.* queue.*" )
365 365
366 m.addPackage( "${PN}-tkinter", "Python Tcl/Tk bindings", "${PN}-core", 366 m.addPackage( "${PN}-tkinter", "Python Tcl/Tk bindings", "${PN}-core",
367 "lib-dynload/_tkinter.*.so lib-tk tkinter" ) # package 367 "lib-dynload/_tkinter.*.so lib-tk tkinter" ) # package