aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/contrib/python/generate-manifest-3.5.py
diff options
context:
space:
mode:
authorAnders Darander <anders@chargestorm.se>2017-01-27 08:55:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-05 09:20:19 +0000
commitd1fefcaa10b85837d18458e291a3df9093b3a6ea (patch)
treeceb3e41aecffdc6389b3c82d33688c9531bc8d76 /scripts/contrib/python/generate-manifest-3.5.py
parentbfe1d948ab034017622110c8365be7026e139fbf (diff)
downloadopenembedded-core-contrib-d1fefcaa10b85837d18458e291a3df9093b3a6ea.tar.gz
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/contrib/python/generate-manifest-3.5.py')
-rwxr-xr-xscripts/contrib/python/generate-manifest-3.5.py2
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.*" )