Files
buildroot/package/python-argon2-cffi-bindings/Config.in
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

11 lines
327 B
Plaintext

config BR2_PACKAGE_PYTHON_ARGON2_CFFI_BINDINGS
bool "python-argon2-cffi-bindings"
depends on BR2_USE_MMU # libargon2
depends on !BR2_STATIC_LIBS # libargon2
select BR2_PACKAGE_PYTHON_CFFI # runtime
select BR2_PACKAGE_LIBARGON2
help
Low-level CFFI bindings for Argon2.
https://github.com/hynek/argon2-cffi-bindings