From eac1f5b9c0b1b81aa24827be94e4a1a91cd49eee Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 19 Mar 2025 13:07:48 -0700 Subject: recipes: Fix variable assignment whitespace Signed-off-by: Richard Purdie Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb index b623673104..188dfd6efd 100644 --- a/meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb +++ b/meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb @@ -16,7 +16,7 @@ RDEPENDS:${PN} += "\ PACKAGES =+ "${PN}-tests" RDEPENDS:${PN}-tests = "${PN} python3-unittest" -FILES:${PN}-tests+= " \ +FILES:${PN}-tests += " \ ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ " -- cgit v1.2.3-54-g00ecf