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/conf/include/ptest-packagelists-meta-python.inc | 2 +- meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb | 2 +- meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb | 2 +- meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb | 2 +- meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb | 2 +- meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'meta-python') diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index 3a1fb13ba7..101d39d969 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc @@ -112,7 +112,7 @@ PTESTS_SLOW_META_PYTHON = "\ python3-yappi \ " -PTESTS_PROBLEMS_META_PYTHON ="\ +PTESTS_PROBLEMS_META_PYTHON = "\ python3-betamax \ python3-dnspython \ python3-fastjsonschema \ diff --git a/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb b/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb index ff72f4c2f6..e605b459ce 100644 --- a/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb @@ -8,7 +8,7 @@ inherit pypi setuptools3 SRC_URI[sha256sum] = "6d4fe287766166a98ca7bc6f6312daf04a0481b1eda43e7173484051c0ab4366" -PYPI_PACKAGE="colorclass" +PYPI_PACKAGE = "colorclass" RDEPENDS:${PN} += "\ python3-ctypes \ diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb b/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb index e64a62bd36..69cf86530a 100644 --- a/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb @@ -36,7 +36,7 @@ export USE_X11 KIVY_GRAPHICS = "gles" export KIVY_GRAPHICS -KIVY_CROSS_SYSROOT="${RECIPE_SYSROOT}" +KIVY_CROSS_SYSROOT = "${RECIPE_SYSROOT}" export KIVY_CROSS_SYSROOT REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data" diff --git a/meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb b/meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb index 3b54e36199..310366325e 100644 --- a/meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb @@ -1,5 +1,5 @@ SUMMARY = "Pure-Python implementation of HSS/LMS Digital Signatures (RFC 8554)" -HOMEPAGE ="https://pypi.org/project/pyhsslms" +HOMEPAGE = "https://pypi.org/project/pyhsslms" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bbc59ef8bf238c2902ca816b87b58571" diff --git a/meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb b/meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb index 02f1da8f59..4cbc4c06c4 100644 --- a/meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb +++ b/meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Bindings for the scrypt key derivation function library" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=05b5ac2824a7ae7489193b0f6a6f2cd1" -HOMEPAGE="https://github.com/holgern/py-scrypt" +HOMEPAGE = "https://github.com/holgern/py-scrypt" SRC_URI += "file://0001-py-scrypt-remove-the-hard-coded-include-paths.patch" 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