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 6371195014..53353080f7 100755 --- a/scripts/contrib/python/generate-manifest-3.4.py +++ b/scripts/contrib/python/generate-manifest-3.4.py | |||
@@ -311,7 +311,7 @@ if __name__ == "__main__": | |||
311 | "cgi.* *HTTPServer.* SocketServer.*" ) | 311 | "cgi.* *HTTPServer.* SocketServer.*" ) |
312 | 312 | ||
313 | m.addPackage( "${PN}-numbers", "Python number APIs", "${PN}-core ${PN}-lang ${PN}-re", | 313 | m.addPackage( "${PN}-numbers", "Python number APIs", "${PN}-core ${PN}-lang ${PN}-re", |
314 | "decimal.* numbers.*" ) | 314 | "decimal.* fractions.* numbers.*" ) |
315 | 315 | ||
316 | m.addPackage( "${PN}-pickle", "Python serialisation/persistence support", "${PN}-core ${PN}-codecs ${PN}-io ${PN}-re", | 316 | m.addPackage( "${PN}-pickle", "Python serialisation/persistence support", "${PN}-core ${PN}-codecs ${PN}-io ${PN}-re", |
317 | "pickle.* shelve.* lib-dynload/cPickle.*.so pickletools.*" ) | 317 | "pickle.* shelve.* lib-dynload/cPickle.*.so pickletools.*" ) |