mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
python-keyring: new package
[Thomas: convert to the Python package infrastructure, improved the .zip handling, added license informations.] Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
b71842cb65
commit
fba747ca43
8
package/python-keyring/Config.in
Normal file
8
package/python-keyring/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_KEYRING
|
||||
bool "python-keyring"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
help
|
||||
The Python keyring lib provides a easy way to access the
|
||||
system keyring service from Python.
|
||||
|
||||
https://pypi.python.org/pypi/keyring
|
||||
Reference in New Issue
Block a user