2
1

Config.in 406 B

1234567891011
  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_SECRETSTORAGE # runtime
  7. help
  8. The Python keyring lib provides a easy way to access the
  9. system keyring service from Python.
  10. https://pypi.python.org/pypi/keyring