summaryrefslogtreecommitdiffstats
path: root/scripts/contrib/python/generate-manifest-3.5.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/contrib/python/generate-manifest-3.5.py')
-rwxr-xr-xscripts/contrib/python/generate-manifest-3.5.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.5.py b/scripts/contrib/python/generate-manifest-3.5.py
index 55bda1973f..5e2eeb7bef 100755
--- a/scripts/contrib/python/generate-manifest-3.5.py
+++ b/scripts/contrib/python/generate-manifest-3.5.py
@@ -388,6 +388,9 @@ if __name__ == "__main__":
388 m.addPackage( "${PN}-tkinter", "Python Tcl/Tk bindings", "${PN}-core", 388 m.addPackage( "${PN}-tkinter", "Python Tcl/Tk bindings", "${PN}-core",
389 "lib-dynload/_tkinter.*.so lib-tk tkinter" ) # package 389 "lib-dynload/_tkinter.*.so lib-tk tkinter" ) # package
390 390
391 m.addPackage( "${PN}-typing", "Python typing support", "${PN}-core",
392 "typing.*" )
393
391 m.addPackage( "${PN}-unittest", "Python unit testing framework", "${PN}-core ${PN}-stringold ${PN}-lang ${PN}-io ${PN}-difflib ${PN}-pprint ${PN}-shell", 394 m.addPackage( "${PN}-unittest", "Python unit testing framework", "${PN}-core ${PN}-stringold ${PN}-lang ${PN}-io ${PN}-difflib ${PN}-pprint ${PN}-shell",
392 "unittest/" ) 395 "unittest/" )
393 396