diff options
author | Anders Darander <anders@chargestorm.se> | 2017-01-27 08:55:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-05 09:22:16 +0000 |
commit | 67127bec02a268a6f9d07891502243c7e4f7a88b (patch) | |
tree | 5523901a528eda0e7f3facf879a016d2dc058591 /scripts/contrib/python/generate-manifest-3.5.py | |
parent | cf610aa69f745e31def4a5eb211b27cbf87d92cb (diff) | |
download | poky-67127bec02a268a6f9d07891502243c7e4f7a88b.tar.gz |
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>
Diffstat (limited to 'scripts/contrib/python/generate-manifest-3.5.py')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-3.5.py | 2 |
1 files changed, 1 insertions, 1 deletions
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__": | |||
276 | "lib-dynload/fcntl.*.so" ) | 276 | "lib-dynload/fcntl.*.so" ) |
277 | 277 | ||
278 | m.addPackage( "${PN}-html", "Python HTML processing support", "${PN}-core", | 278 | m.addPackage( "${PN}-html", "Python HTML processing support", "${PN}-core", |
279 | "formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* HTMLParser.* " ) | 279 | "formatter.* htmlentitydefs.* html htmllib.* markupbase.* sgmllib.* HTMLParser.* " ) |
280 | 280 | ||
281 | m.addPackage( "${PN}-importlib", "Python import implementation library", "${PN}-core ${PN}-lang", | 281 | m.addPackage( "${PN}-importlib", "Python import implementation library", "${PN}-core ${PN}-lang", |
282 | "importlib imp.*" ) | 282 | "importlib imp.*" ) |