Config.in 452 B

12345678910111213
  1. config BR2_PACKAGE_PYTHON_KEYRING
  2. bool "python-keyring"
  3. depends on BR2_PACKAGE_PYTHON3 # python-secretstorage
  4. depends on BR2_INSTALL_LIBSTDCPP # python-secretstorage
  5. select BR2_PACKAGE_PYTHON_SECRETSTORAGE # runtime
  6. help
  7. The Python keyring lib provides a easy way to access the
  8. system keyring service from Python.
  9. https://pypi.python.org/pypi/keyring
  10. comment "python-keyring needs a toolchain w/ C++"
  11. depends on !BR2_INSTALL_LIBSTDCPP