1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_SECRETSTORAGE 2*4882a593Smuzhiyun bool "python-secretstorage" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 4*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP # python-cryptography 5*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime 6*4882a593Smuzhiyun help 7*4882a593Smuzhiyun Python bindings to FreeDesktop.org Secret Service API. 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun https://github.com/mitya57/secretstorage 10*4882a593Smuzhiyun 11*4882a593Smuzhiyuncomment "python-secretstorage needs a toolchain w/ C++" 12*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 13*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP 14