diff options
author | Tim Orling <ticotimo@gmail.com> | 2015-04-09 16:55:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-13 22:33:19 +0100 |
commit | 86cbe081a503056f27318f78f73749e8f3bf365e (patch) | |
tree | ad455733bb29877760327d964428dd00a11b9860 /scripts/contrib | |
parent | df59ac227e76e12d502df178dfca102114ab2c1c (diff) | |
download | poky-86cbe081a503056f27318f78f73749e8f3bf365e.tar.gz |
generate-manifest-2.7.py: Add fractions to ${PN}-numbers
python-cryptography requires fractions module which is currently unpackaged.
(From OE-Core rev: ac09a1830fffb6aded499ade55c039e35202867e)
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-2.7.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py index 99bdca8994..922ebe43f3 100755 --- a/scripts/contrib/python/generate-manifest-2.7.py +++ b/scripts/contrib/python/generate-manifest-2.7.py | |||
@@ -314,7 +314,7 @@ if __name__ == "__main__": | |||
314 | "cgi.* *HTTPServer.* SocketServer.*" ) | 314 | "cgi.* *HTTPServer.* SocketServer.*" ) |
315 | 315 | ||
316 | m.addPackage( "${PN}-numbers", "Python number APIs", "${PN}-core ${PN}-lang ${PN}-re", | 316 | m.addPackage( "${PN}-numbers", "Python number APIs", "${PN}-core ${PN}-lang ${PN}-re", |
317 | "decimal.* numbers.*" ) | 317 | "decimal.* fractions.* numbers.*" ) |
318 | 318 | ||
319 | m.addPackage( "${PN}-pickle", "Python serialisation/persistence support", "${PN}-core ${PN}-codecs ${PN}-io ${PN}-re", | 319 | m.addPackage( "${PN}-pickle", "Python serialisation/persistence support", "${PN}-core ${PN}-codecs ${PN}-io ${PN}-re", |
320 | "pickle.* shelve.* lib-dynload/cPickle.so pickletools.*" ) | 320 | "pickle.* shelve.* lib-dynload/cPickle.so pickletools.*" ) |