From d1fefcaa10b85837d18458e291a3df9093b3a6ea Mon Sep 17 00:00:00 2001 From: Anders Darander Date: Fri, 27 Jan 2017 08:55:59 +0100 Subject: python3-manifest: move htlm.py to python3-html This allows us to use html.py without importing misc. Signed-off-by: Anders Darander Signed-off-by: Ross Burton --- scripts/contrib/python/generate-manifest-3.5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 cf19f477ab..cc2e5619e6 100755 --- a/scripts/contrib/python/generate-manifest-3.5.py +++ b/scripts/contrib/python/generate-manifest-3.5.py @@ -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.*" ) -- cgit v1.2.3