From: Michael Lauer Date: Fri, 29 Feb 2008 15:13:41 +0000 (+0000) Subject: python 2.5.2 python-crypt needs to RRECOMMEND openssl, otherwise import md5 (_hashlib... X-Git-Tag: Release-2010-05/1~7572^2~25^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e33f4db5f153d6b3e3cc9c75523e9ce9288e396;p=openembedded.git python 2.5.2 python-crypt needs to RRECOMMEND openssl, otherwise import md5 (_hashlib actually) fails --- diff --git a/packages/python/python_2.5.2.bb b/packages/python/python_2.5.2.bb index 24b49f37ed..e6667cc04b 100644 --- a/packages/python/python_2.5.2.bb +++ b/packages/python/python_2.5.2.bb @@ -82,8 +82,11 @@ do_install() { 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"