mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
bb570c80b6
* Update dependency list withn python-entrypoints. * The need for Python 3.x is no longer only related to python-secretstorage: python-keyring itself also works only with Python 3.x Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
478 B
Plaintext
15 lines
478 B
Plaintext
config BR2_PACKAGE_PYTHON_KEYRING
|
|
bool "python-keyring"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
depends on BR2_INSTALL_LIBSTDCPP # python-secretstorage
|
|
select BR2_PACKAGE_PYTHON_ENTRYPOINTS # runtime
|
|
select BR2_PACKAGE_PYTHON_SECRETSTORAGE # runtime
|
|
help
|
|
The Python keyring lib provides a easy way to access the
|
|
system keyring service from Python.
|
|
|
|
https://pypi.python.org/pypi/keyring
|
|
|
|
comment "python-keyring needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|