]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
python-webpy: needs hashlib support in python
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 4 Apr 2018 15:51:31 +0000 (17:51 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 4 Apr 2018 20:54:35 +0000 (22:54 +0200)
commit543b0d50fbbb552296749d0cf18443aacfc6e58d
tree2de24a05c1e5cd82fad971993e83818d00b9b838
parent0edfa02eb720af980654f415f9ac165d0771eba1
python-webpy: needs hashlib support in python

webpy uses hashlib for session handling, so ensure it is available:

web/session.py:    import hashlib
web/session.py:    sha1 = hashlib.sha1

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-webpy/Config.in