Config.in 503 B

12345678910111213
  1. config BR2_PACKAGE_PYTHON_KEYRING
  2. bool "python-keyring"
  3. # python-secretstorage -> python-cryptography
  4. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
  5. select BR2_PACKAGE_PYTHON_ENTRYPOINTS # runtime
  6. select BR2_PACKAGE_PYTHON_JARACO_CLASSES # runtime
  7. select BR2_PACKAGE_PYTHON_JEEPNEY # runtime
  8. select BR2_PACKAGE_PYTHON_SECRETSTORAGE # runtime
  9. help
  10. The Python keyring lib provides a easy way to access the
  11. system keyring service from Python.
  12. https://pypi.python.org/pypi/keyring