Config.in 397 B

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