1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_KEYRING 2*4882a593Smuzhiyun bool "python-keyring" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 4*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP # python-secretstorage 5*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_ENTRYPOINTS # runtime 6*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_SECRETSTORAGE # runtime 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun The Python keyring lib provides a easy way to access the 9*4882a593Smuzhiyun system keyring service from Python. 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun https://pypi.python.org/pypi/keyring 12*4882a593Smuzhiyun 13*4882a593Smuzhiyuncomment "python-keyring needs a toolchain w/ C++" 14*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 15*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP 16