1config BR2_PACKAGE_PYTHON_ARGON2_CFFI
2	bool "python-argon2-cffi"
3	depends on BR2_USE_MMU # python-argon2-cffi-bindings
4	depends on !BR2_STATIC_LIBS # python-argon2-cffi-bindings
5	select BR2_PACKAGE_PYTHON_ARGON2_CFFI_BINDINGS # runtime
6	help
7	  The secure Argon2 password hashing algorithm.
8
9	  https://argon2-cffi.readthedocs.io/
10