Config.in 369 B

1234567891011
  1. config BR2_PACKAGE_PYTHON_CRYPTOGRAPHY
  2. bool "python-cryptography"
  3. depends on BR2_PACKAGE_PYTHON3
  4. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
  5. select BR2_PACKAGE_OPENSSL
  6. select BR2_PACKAGE_PYTHON_CFFI # runtime
  7. help
  8. cryptography is a package designed to expose cryptographic
  9. primitives and recipes to Python developers.
  10. https://cryptography.io