diff options
author | Ross Burton <ross.burton@intel.com> | 2012-12-20 15:02:54 +0000 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-12-25 14:00:20 -0800 |
commit | c5b11835b478871210fdd5c98db3b75f51fb80cd (patch) | |
tree | b2e245bfdccd43cc36fee37b9d1202cd9480bc5f /meta | |
parent | e3a981809bf0c9b93b2025bba42fc1b17e374c8c (diff) | |
download | openembedded-core-c5b11835b478871210fdd5c98db3b75f51fb80cd.tar.gz openembedded-core-c5b11835b478871210fdd5c98db3b75f51fb80cd.tar.bz2 openembedded-core-c5b11835b478871210fdd5c98db3b75f51fb80cd.zip |
python: add -crypt as a dependency on -math
random.py imports hashlib, so add this missing dependency.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-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" FILES_${PN}-mailbox="${libdir}/python2.7/mailbox.* " DESCRIPTION_${PN}-math="Python Math Support" -RDEPENDS_${PN}-math="${PN}-core" +RDEPENDS_${PN}-math="${PN}-core ${PN}-crypt" 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.* " DESCRIPTION_${PN}-mime="Python MIME Handling APIs" |