diff options
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__": | |||
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.*" ) |