diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-06-12 16:30:02 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-12 23:46:57 +0200 |
| commit | 667a6e3c1caeac0097f1189080323921cfbbb878 (patch) | |
| tree | 5736ff0f3d37923a3be71395acf71be25daf83d4 /package/python-bcrypt/Config.in | |
| parent | 1a5887eb6eabfddf7483f8bdbb898ea37184ac10 (diff) | |
| download | buildroot-667a6e3c1caeac0097f1189080323921cfbbb878.tar.gz buildroot-667a6e3c1caeac0097f1189080323921cfbbb878.zip | |
python-bcrypt: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-bcrypt/Config.in')
| -rw-r--r-- | package/python-bcrypt/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-bcrypt/Config.in b/package/python-bcrypt/Config.in new file mode 100644 index 0000000000..4fa6c31a9e --- /dev/null +++ b/package/python-bcrypt/Config.in @@ -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/ |

