diff options
| author | Tim Orling <ticotimo@gmail.com> | 2015-04-09 16:55:23 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-07 13:40:33 +0100 |
| commit | 2912ad738b88accbf51b8e5cdad6af2db848f01e (patch) | |
| tree | 84c47bff51565598dfb50841df6b20522d5e565e | |
| parent | 19149e67e89f18f2001102ba714779175f3846e7 (diff) | |
| download | poky-2912ad738b88accbf51b8e5cdad6af2db848f01e.tar.gz | |
generate-manifest-3.4.py: Add fractions to ${PN}-numbers
python-cryptography requires fractions module which is currently unpackaged.
(From OE-Core rev: ad26b363fc333c4853f5e76b8660dacebea2d27b)
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python-3.4-manifest.inc | 2 | ||||
| -rwxr-xr-x | scripts/contrib/python/generate-manifest-3.4.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-3.4-manifest.inc b/meta/recipes-devtools/python/python-3.4-manifest.inc index fa615563fe..f051373934 100644 --- a/meta/recipes-devtools/python/python-3.4-manifest.inc +++ b/meta/recipes-devtools/python/python-3.4-manifest.inc | |||
| @@ -155,7 +155,7 @@ FILES_${PN}-netserver="${libdir}/python3.4/cgi.* ${libdir}/python3.4/*HTTPServer | |||
| 155 | 155 | ||
| 156 | SUMMARY_${PN}-numbers="Python number APIs" | 156 | SUMMARY_${PN}-numbers="Python number APIs" |
| 157 | RDEPENDS_${PN}-numbers="${PN}-core ${PN}-lang ${PN}-re" | 157 | RDEPENDS_${PN}-numbers="${PN}-core ${PN}-lang ${PN}-re" |
| 158 | FILES_${PN}-numbers="${libdir}/python3.4/decimal.* ${libdir}/python3.4/numbers.* " | 158 | FILES_${PN}-numbers="${libdir}/python3.4/decimal.* ${libdir}/python3.4/fractions.* ${libdir}/python3.4/numbers.* " |
| 159 | 159 | ||
| 160 | SUMMARY_${PN}-pickle="Python serialisation/persistence support" | 160 | SUMMARY_${PN}-pickle="Python serialisation/persistence support" |
| 161 | RDEPENDS_${PN}-pickle="${PN}-core ${PN}-codecs ${PN}-io ${PN}-re" | 161 | RDEPENDS_${PN}-pickle="${PN}-core ${PN}-codecs ${PN}-io ${PN}-re" |
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.*" ) |
