summaryrefslogtreecommitdiffstats
path: root/package/python-bcrypt/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/python-bcrypt/Config.in')
-rw-r--r--package/python-bcrypt/Config.in8
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/
OpenPOWER on IntegriCloud