mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
Added support for hashlib in the target Python
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
80e7419680
commit
12097e6e4e
@@ -95,6 +95,12 @@ config BR2_PACKAGE_PYTHON_ZLIB
|
||||
help
|
||||
zlib support in Python
|
||||
|
||||
config BR2_PACKAGE_PYTHON_HASHLIB
|
||||
bool "hashlib module"
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
hashlib support in Python
|
||||
|
||||
endmenu
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user