diff options
Diffstat (limited to 'scripts/contrib/python/generate-manifest-2.7.py')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-2.7.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py index 4356ad0ddd..65486d8ec4 100755 --- a/scripts/contrib/python/generate-manifest-2.7.py +++ b/scripts/contrib/python/generate-manifest-2.7.py | |||
@@ -266,6 +266,9 @@ if __name__ == "__main__": | |||
266 | m.addPackage( "${PN}-html", "Python HTML processing support", "${PN}-core", | 266 | m.addPackage( "${PN}-html", "Python HTML processing support", "${PN}-core", |
267 | "formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* HTMLParser.* " ) | 267 | "formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* HTMLParser.* " ) |
268 | 268 | ||
269 | m.addPackage( "${PN}-importlib", "Python import implementation library", "${PN}-core", | ||
270 | "importlib" ) | ||
271 | |||
269 | m.addPackage( "${PN}-gdbm", "Python GNU database support", "${PN}-core", | 272 | m.addPackage( "${PN}-gdbm", "Python GNU database support", "${PN}-core", |
270 | "lib-dynload/gdbm.so" ) | 273 | "lib-dynload/gdbm.so" ) |
271 | 274 | ||