diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-3.4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.4.py b/scripts/contrib/python/generate-manifest-3.4.py index 06eecdc5d0..9e9debd905 100755 --- a/scripts/contrib/python/generate-manifest-3.4.py +++ b/scripts/contrib/python/generate-manifest-3.4.py | |||
@@ -238,7 +238,7 @@ if __name__ == "__main__": | |||
238 | m.addPackage( "${PN}-db", "Python file-based database support", "${PN}-core", | 238 | m.addPackage( "${PN}-db", "Python file-based database support", "${PN}-core", |
239 | "anydbm.* dumbdbm.* whichdb.* dbm lib-dynload/_dbm.*.so" ) | 239 | "anydbm.* dumbdbm.* whichdb.* dbm lib-dynload/_dbm.*.so" ) |
240 | 240 | ||
241 | m.addPackage( "${PN}-debugger", "Python debugger", "${PN}-core ${PN}-io ${PN}-lang ${PN}-re ${PN}-stringold ${PN}-shell ${PN}-pprint", | 241 | m.addPackage( "${PN}-debugger", "Python debugger", "${PN}-core ${PN}-io ${PN}-lang ${PN}-re ${PN}-stringold ${PN}-shell ${PN}-pprint ${PN}-importlib", |
242 | "bdb.* pdb.*" ) | 242 | "bdb.* pdb.*" ) |
243 | 243 | ||
244 | m.addPackage( "${PN}-difflib", "Python helpers for computing deltas between objects", "${PN}-lang ${PN}-re", | 244 | m.addPackage( "${PN}-difflib", "Python helpers for computing deltas between objects", "${PN}-lang ${PN}-re", |