kumquat-buildroot/package/python-argon2-cffi-bindings/Config.in
James Hilliard 7be02d67a9 package/python-argon2-cffi-bindings: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-01-09 23:45:11 +01:00

12 lines
359 B
Plaintext

config BR2_PACKAGE_PYTHON_ARGON2_CFFI_BINDINGS
bool "python-argon2-cffi-bindings"
depends on BR2_PACKAGE_PYTHON3
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