mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
3c2a626015
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>
8 lines
216 B
Plaintext
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/
|