package/python-keyring: fix syntax error in Config.in
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 21 Oct 2019 19:07:14 +0000 (21:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 21 Oct 2019 19:07:14 +0000 (21:07 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-keyring/Config.in

index 3961ee8b816db872a4224bdf68084d9051d8329a..2dc990a50c173f17ba476b7c15c37488331693b2 100644 (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