buildroot/package/python-bcrypt/Config.in
Yegor Yefremov 667a6e3c1c python-bcrypt: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-06-12 23:46:57 +02:00

9 lines
243 B
Plaintext

config BR2_PACKAGE_PYTHON_BCRYPT
bool "python-bcrypt"
select BR2_PACKAGE_PYTHON_CFFI # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
help
Modern password hashing for your software and your servers.
https://github.com/pyca/bcrypt/