buildroot/package/python-keyring/Config.in
Asaf Kahlon bb570c80b6 package/python-keyring: bump to version 19.2.0
* 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>
2020-04-13 21:23:38 +02:00

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