mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
python3-manifest: move htlm.py to python3-html
This allows us to use html.py without importing misc. (From OE-Core rev: d1fefcaa10b85837d18458e291a3df9093b3a6ea) 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
cf610aa69f
commit
67127bec02
@@ -276,7 +276,7 @@ if __name__ == "__main__":
|
||||
"lib-dynload/fcntl.*.so" )
|
||||
|
||||
m.addPackage( "${PN}-html", "Python HTML processing support", "${PN}-core",
|
||||
"formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* HTMLParser.* " )
|
||||
"formatter.* htmlentitydefs.* html htmllib.* markupbase.* sgmllib.* HTMLParser.* " )
|
||||
|
||||
m.addPackage( "${PN}-importlib", "Python import implementation library", "${PN}-core ${PN}-lang",
|
||||
"importlib imp.*" )
|
||||
|
||||
Reference in New Issue
Block a user