diff options
Diffstat (limited to 'scripts/contrib')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-3.3.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.3.py b/scripts/contrib/python/generate-manifest-3.3.py index 1586c46868..288def293d 100755 --- a/scripts/contrib/python/generate-manifest-3.3.py +++ b/scripts/contrib/python/generate-manifest-3.3.py | |||
@@ -261,6 +261,9 @@ if __name__ == "__main__": | |||
261 | m.addPackage( "${PN}-html", "Python HTML processing support", "${PN}-core", | 261 | m.addPackage( "${PN}-html", "Python HTML processing support", "${PN}-core", |
262 | "formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* HTMLParser.* " ) | 262 | "formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* HTMLParser.* " ) |
263 | 263 | ||
264 | m.addPackage( "${PN}-importlib", "Python import implementation library", "${PN}-core", | ||
265 | "importlib" ) | ||
266 | |||
264 | m.addPackage( "${PN}-gdbm", "Python GNU database support", "${PN}-core", | 267 | m.addPackage( "${PN}-gdbm", "Python GNU database support", "${PN}-core", |
265 | "lib-dynload/_gdbm.*.so" ) | 268 | "lib-dynload/_gdbm.*.so" ) |
266 | 269 | ||