mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
2203d4df9a
commit
bb570c80b6
@@ -1,7 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_KEYRING
|
||||
bool "python-keyring"
|
||||
depends on BR2_PACKAGE_PYTHON3 # python-secretstorage
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user