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 9f53dbe2fe..5798685a46 100755
--- a/scripts/contrib/python/generate-manifest-3.5.py
+++ b/scripts/contrib/python/generate-manifest-3.5.py
@@ -370,7 +370,7 @@ if __name__ == "__main__":
370 "test" ) # package 370 "test" ) # package
371 371
372 m.addPackage( "${PN}-threading", "Python threading & synchronization support", "${PN}-core ${PN}-lang", 372 m.addPackage( "${PN}-threading", "Python threading & synchronization support", "${PN}-core ${PN}-lang",
373 "_threading_local.* dummy_thread.* dummy_threading.* mutex.* threading.* Queue.*" ) 373 "_threading_local.* dummy_thread.* dummy_threading.* mutex.* threading.* queue.*" )
374 374
375 m.addPackage( "${PN}-tkinter", "Python Tcl/Tk bindings", "${PN}-core", 375 m.addPackage( "${PN}-tkinter", "Python Tcl/Tk bindings", "${PN}-core",
376 "lib-dynload/_tkinter.*.so lib-tk tkinter" ) # package 376 "lib-dynload/_tkinter.*.so lib-tk tkinter" ) # package