[oe-commits] org.oe.dev python 2.5.2 python-crypt needs to RRECOMMEND openssl, otherwise import md5 (_hashlib actually) fails

mickeyl commit openembedded-commits at lists.openembedded.org
Fri Feb 29 15:17:45 UTC 2008


python 2.5.2 python-crypt needs to RRECOMMEND openssl, otherwise import md5 (_hashlib actually) fails

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: ae9980c1d055e682beb2fea6cfddb080c495b43b
ViewMTN: http://monotone.openembedded.org/revision/info/ae9980c1d055e682beb2fea6cfddb080c495b43b
Files:
1
packages/python/python_2.5.2.bb
Diffs:

#
# mt diff -r91382b46d01a2e399d6b6c456d7757e4446dc512 -rae9980c1d055e682beb2fea6cfddb080c495b43b
#
# 
# 
# patch "packages/python/python_2.5.2.bb"
#  from [9fdacadcb9bca69d259d6ac4233adaced691d170]
#    to [404be2bec68ba8a044eec85af90dcf7f63213c6c]
# 
============================================================
--- packages/python/python_2.5.2.bb	9fdacadcb9bca69d259d6ac4233adaced691d170
+++ packages/python/python_2.5.2.bb	404be2bec68ba8a044eec85af90dcf7f63213c6c
@@ -82,8 +82,11 @@ require python-${PYTHON_MAJMIN}-manifest
 
 require python-${PYTHON_MAJMIN}-manifest.inc
 
+# manual additions
 RPROVIDES_python-core = "python"
 RRECOMMENDS_python-core = "python-readline"
+RRECOMMENDS_python-crypt = "openssl"
+PR_python-crypt = "ml1"
 
 # add sitecustomize
 FILES_python-core += "${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py"






More information about the Openembedded-commits mailing list