diff options
author | Ross Burton <ross.burton@intel.com> | 2012-12-20 15:02:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-26 11:34:04 +0000 |
commit | 627e745d7bcda8821392f30c60da3cf2858d9e7f (patch) | |
tree | d03e4b0a49a8746568889f6ca9549e786f2cde39 /meta/recipes-devtools | |
parent | 5cf8c95e60ae32a3788c7b47f974dbc29f10dfc7 (diff) | |
download | poky-627e745d7bcda8821392f30c60da3cf2858d9e7f.tar.gz |
python: add -crypt as a dependency on -math
random.py imports hashlib, so add this missing dependency.
(From OE-Core rev: c5b11835b478871210fdd5c98db3b75f51fb80cd)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-2.7-manifest.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/meta/recipes-devtools/python/python-2.7-manifest.inc index 1e16c6b4e1..3c7be7edad 100644 --- a/meta/recipes-devtools/python/python-2.7-manifest.inc +++ b/meta/recipes-devtools/python/python-2.7-manifest.inc | |||
@@ -139,7 +139,7 @@ RDEPENDS_${PN}-mailbox="${PN}-core ${PN}-mime" | |||
139 | FILES_${PN}-mailbox="${libdir}/python2.7/mailbox.* " | 139 | FILES_${PN}-mailbox="${libdir}/python2.7/mailbox.* " |
140 | 140 | ||
141 | DESCRIPTION_${PN}-math="Python Math Support" | 141 | DESCRIPTION_${PN}-math="Python Math Support" |
142 | RDEPENDS_${PN}-math="${PN}-core" | 142 | RDEPENDS_${PN}-math="${PN}-core ${PN}-crypt" |
143 | FILES_${PN}-math="${libdir}/python2.7/lib-dynload/cmath.so ${libdir}/python2.7/lib-dynload/math.so ${libdir}/python2.7/lib-dynload/_random.so ${libdir}/python2.7/random.* ${libdir}/python2.7/sets.* " | 143 | FILES_${PN}-math="${libdir}/python2.7/lib-dynload/cmath.so ${libdir}/python2.7/lib-dynload/math.so ${libdir}/python2.7/lib-dynload/_random.so ${libdir}/python2.7/random.* ${libdir}/python2.7/sets.* " |
144 | 144 | ||
145 | DESCRIPTION_${PN}-mime="Python MIME Handling APIs" | 145 | DESCRIPTION_${PN}-mime="Python MIME Handling APIs" |