Browse Source

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni 5 years ago
parent
commit
051c71f999
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/python-keyring/Config.in

+ 1 - 1
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