[packages] python: Force usage of internal modules for hashlib instead of openssl
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 22 Mar 2010 18:49:35 +0000 (18:49 +0000)
committerLars-Peter Clausen <lars@metafoo.de>
Mon, 22 Mar 2010 18:49:35 +0000 (18:49 +0000)
commit19ee541d31d95fa4eadf17304334f77aa0b441d1
tree1dfd0f506f52b79662873427e3c5f75f386633e1
parent964f850468c2c8bce142b055bf1d75ae04e1fa57
[packages] python: Force usage of internal modules for hashlib instead of openssl

Python can either use it's own implementation for the hashlib functions or it
can use openssl. If openssl is installed it will choose the openssl based
variant. But since openssl is not a dependency, but could have been build before
python we'll have to force the python build to choose the internal variant.

Fixes #6883

SVN-Revision: 20372
lang/python/Makefile
lang/python/patches/120-force-internal-modules-for-hashlib.patch [new file with mode: 0644]