d5d9fd8e0e
The python-argon2-cffi package can be used with the system libargon2, we should use that instead of the embedded version. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
416 B
Plaintext
13 lines
416 B
Plaintext
config BR2_PACKAGE_PYTHON_ARGON2_CFFI
|
|
bool "python-argon2-cffi"
|
|
depends on BR2_USE_MMU # libargon2
|
|
depends on !BR2_STATIC_LIBS # libargon2
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
select BR2_PACKAGE_LIBARGON2
|
|
help
|
|
The secure Argon2 password hashing algorithm.
|
|
|
|
https://argon2-cffi.readthedocs.io/
|