9 lines
306 B
Plaintext
9 lines
306 B
Plaintext
config BR2_PACKAGE_PYTHON_SECRETSTORAGE
|
|
bool "python-secretstorage"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
|
|
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
|
help
|
|
Python bindings to FreeDesktop.org Secret Service API.
|
|
|
|
https://github.com/mitya57/secretstorage
|