python-bcrypt: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov
2017-06-12 16:30:02 +02:00
committed by Thomas Petazzoni
parent 1a5887eb6e
commit 667a6e3c1c
4 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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/