package/python-keyring: fix syntax error in Config.in

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Petazzoni 2019-10-21 21:07:14 +02:00
parent 393f4c379e
commit 051c71f999

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_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
select BR2_PACKAGE_PYTHON_SECRETSTORAGE # runtime
help