xref: /OK3568_Linux_fs/buildroot/package/python-keyring/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
11	  https://pypi.python.org/pypi/keyring
12
13comment "python-keyring needs a toolchain w/ C++"
14	depends on BR2_PACKAGE_PYTHON3
15	depends on !BR2_INSTALL_LIBSTDCPP
16