kumquat-buildroot/package/python-argon2-cffi/Config.in
Peter Korsgaard f11a922b3b package/python-argon2-cffi: drop python2 support
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-02-09 22:08:52 +01:00

12 lines
350 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_SIX # runtime
select BR2_PACKAGE_LIBARGON2
help
The secure Argon2 password hashing algorithm.
https://argon2-cffi.readthedocs.io/