[Buildroot] [PATCH 1/2] python-webpy: needs hashlib support in python

Arnout Vandecappelle arnout at mind.be
Wed Apr 4 22:55:43 UTC 2018



On 04-04-18 17:51, Peter Korsgaard wrote:
> 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 at korsgaard.com>
> ---
>  package/python-webpy/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/python-webpy/Config.in b/package/python-webpy/Config.in
> index 12dbe61723..5f4df7832b 100644
> --- a/package/python-webpy/Config.in
> +++ b/package/python-webpy/Config.in
> @@ -1,6 +1,7 @@
>  config BR2_PACKAGE_PYTHON_WEBPY
>  	bool "python-webpy"
>  	depends on BR2_PACKAGE_PYTHON
> +	select BR2_PACKAGE_PYTHON_HASHLIB

 # runtime ?

 Regards,
 Arnout

>  	help
>  	  web.py is a web framework for Python that is as simple as it
>  	  is powerful.
> 

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF


More information about the buildroot mailing list