From: Thomas Petazzoni Date: Mon, 21 Oct 2019 19:07:14 +0000 (+0200) Subject: package/python-keyring: fix syntax error in Config.in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=051c71f9991b4b9515518da941319a6b2726b862;p=buildroot.git package/python-keyring: fix syntax error in Config.in Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-keyring/Config.in b/package/python-keyring/Config.in index 3961ee8b81..2dc990a50c 100644 --- a/package/python-keyring/Config.in +++ b/package/python-keyring/Config.in @@ -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