From ad26b363fc333c4853f5e76b8660dacebea2d27b Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Thu, 9 Apr 2015 16:55:23 -0700 Subject: generate-manifest-3.4.py: Add fractions to ${PN}-numbers python-cryptography requires fractions module which is currently unpackaged. Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- scripts/contrib/python/generate-manifest-3.4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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__": "cgi.* *HTTPServer.* SocketServer.*" ) m.addPackage( "${PN}-numbers", "Python number APIs", "${PN}-core ${PN}-lang ${PN}-re", - "decimal.* numbers.*" ) + "decimal.* fractions.* numbers.*" ) m.addPackage( "${PN}-pickle", "Python serialisation/persistence support", "${PN}-core ${PN}-codecs ${PN}-io ${PN}-re", "pickle.* shelve.* lib-dynload/cPickle.*.so pickletools.*" ) -- cgit 1.2.3-korg