2013-12-11 21:27:03 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_KEYRING
|
|
|
|
bool "python-keyring"
|
2019-10-21 15:40:31 +02:00
|
|
|
depends on BR2_PACKAGE_PYTHON3
|
2017-12-18 09:07:05 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # python-secretstorage
|
2019-10-21 15:40:31 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_ENTRYPOINTS # runtime
|
2017-12-18 09:07:05 +01:00
|
|
|
select BR2_PACKAGE_PYTHON_SECRETSTORAGE # runtime
|
2013-12-11 21:27:03 +01:00
|
|
|
help
|
|
|
|
The Python keyring lib provides a easy way to access the
|
|
|
|
system keyring service from Python.
|
|
|
|
|
|
|
|
https://pypi.python.org/pypi/keyring
|
2017-12-18 09:07:05 +01:00
|
|
|
|
|
|
|
comment "python-keyring needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|