From 66c282541a13f2d1224d3ba933a953c0f613fb2a Mon Sep 17 00:00:00 2001 From: Anders Darander Date: Fri, 27 Jan 2017 09:18:38 +0100 Subject: python-3-manifest: split out typing This allows us to use typing.py without having to add the whole python3-misc package. Signed-off-by: Anders Darander Signed-off-by: Ross Burton --- scripts/contrib/python/generate-manifest-3.5.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/contrib') 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__": m.addPackage( "${PN}-tkinter", "Python Tcl/Tk bindings", "${PN}-core", "lib-dynload/_tkinter.*.so lib-tk tkinter" ) # package + m.addPackage( "${PN}-typing", "Python typing support", "${PN}-core", + "typing.*" ) + m.addPackage( "${PN}-unittest", "Python unit testing framework", "${PN}-core ${PN}-stringold ${PN}-lang ${PN}-io ${PN}-difflib ${PN}-pprint ${PN}-shell", "unittest/" ) -- cgit 1.2.3-korg