mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
package/python-keyring: fix syntax error in Config.in
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
393f4c379e
commit
051c71f999
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_PYTHON_KEYRING
|
config BR2_PACKAGE_PYTHON_KEYRING
|
||||||
bool "python-keyring"
|
bool "python-keyring"
|
||||||
depends BR2_PACKAGE_PYTHON3 # python-secretstorage
|
depends on BR2_PACKAGE_PYTHON3 # python-secretstorage
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # python-secretstorage
|
depends on BR2_INSTALL_LIBSTDCPP # python-secretstorage
|
||||||
select BR2_PACKAGE_PYTHON_SECRETSTORAGE # runtime
|
select BR2_PACKAGE_PYTHON_SECRETSTORAGE # runtime
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user