xref: /OK3568_Linux_fs/buildroot/package/python-secretstorage/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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