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:20:19 +0000 |
commit | d1fefcaa10b85837d18458e291a3df9093b3a6ea (patch) | |
tree | ceb3e41aecffdc6389b3c82d33688c9531bc8d76 /scripts | |
parent | bfe1d948ab034017622110c8365be7026e139fbf (diff) | |
download | openembedded-core-d1fefcaa10b85837d18458e291a3df9093b3a6ea.tar.gz openembedded-core-d1fefcaa10b85837d18458e291a3df9093b3a6ea.tar.bz2 openembedded-core-d1fefcaa10b85837d18458e291a3df9093b3a6ea.zip |
python3-manifest: move htlm.py to python3-html
This allows us to use html.py without importing misc.
Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts')
-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__": "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.*" ) |