buildroot/package/python-bcrypt/Config.in
James Hilliard 3c2a626015 package/python-bcrypt: bump to version 4.0.1
Replace cffi based backend with pyo3 setuptools-rust based backend.

Propagate rust reverse dependency comment.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-11-03 21:03:13 +01:00

8 lines
216 B
Plaintext

config BR2_PACKAGE_PYTHON_BCRYPT
bool "python-bcrypt"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
help
Modern password hashing for your software and your servers.
https://github.com/pyca/bcrypt/