aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-12-20 15:02:54 +0000
committerSaul Wold <sgw@linux.intel.com>2012-12-25 14:00:20 -0800
commitc5b11835b478871210fdd5c98db3b75f51fb80cd (patch)
treeb2e245bfdccd43cc36fee37b9d1202cd9480bc5f /scripts
parente3a981809bf0c9b93b2025bba42fc1b17e374c8c (diff)
downloadopenembedded-core-c5b11835b478871210fdd5c98db3b75f51fb80cd.tar.gz
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 'scripts')
-rwxr-xr-xscripts/contrib/python/generate-manifest-2.7.py2
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 5c527241e7..6a11c89df0 100755
--- a/scripts/contrib/python/generate-manifest-2.7.py
+++ b/scripts/contrib/python/generate-manifest-2.7.py
@@ -291,7 +291,7 @@ if __name__ == "__main__":
m.addPackage( "${PN}-mailbox", "Python Mailbox Format Support", "${PN}-core ${PN}-mime",
"mailbox.*" )
- m.addPackage( "${PN}-math", "Python Math Support", "${PN}-core",
+ m.addPackage( "${PN}-math", "Python Math Support", "${PN}-core ${PN}-crypt",
"lib-dynload/cmath.so lib-dynload/math.so lib-dynload/_random.so random.* sets.*" )
m.addPackage( "${PN}-mime", "Python MIME Handling APIs", "${PN}-core ${PN}-io",