1config BR2_PACKAGE_PYTHON_ARGON2_CFFI_BINDINGS 2 bool "python-argon2-cffi-bindings" 3 depends on BR2_USE_MMU # libargon2 4 depends on !BR2_STATIC_LIBS # libargon2 5 select BR2_PACKAGE_PYTHON_CFFI # runtime 6 select BR2_PACKAGE_LIBARGON2 7 help 8 Low-level CFFI bindings for Argon2. 9 10 https://github.com/hynek/argon2-cffi-bindings 11