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