1config BR2_PACKAGE_PYTHON_SECRETSTORAGE 2 bool "python-secretstorage" 3 depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography 4 select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime 5 help 6 Python bindings to FreeDesktop.org Secret Service API. 7 8 https://github.com/mitya57/secretstorage 9