Config.in 478 B

1234567891011121314
  1. config BR2_PACKAGE_PYTHON_KEYRING
  2. bool "python-keyring"
  3. depends on BR2_PACKAGE_PYTHON3
  4. depends on BR2_INSTALL_LIBSTDCPP # python-secretstorage
  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
  11. comment "python-keyring needs a toolchain w/ C++"
  12. depends on !BR2_INSTALL_LIBSTDCPP