mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
python-3-manifest: split out typing
This allows us to use typing.py without having to add the whole python3-misc package. (From OE-Core rev: 66c282541a13f2d1224d3ba933a953c0f613fb2a) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5776eea84d
commit
8243ebdbb7
@@ -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/" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user