summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-19 13:07:48 -0700
committerKhem Raj <raj.khem@gmail.com>2025-03-20 08:46:56 -0700
commiteac1f5b9c0b1b81aa24827be94e4a1a91cd49eee (patch)
tree86ff05514e9c1c8262e7353b4df496ba7d4fb221 /meta-python
parent42727bb3c0b230a819b73e3f6cea8ecffc02cf69 (diff)
downloadmeta-openembedded-eac1f5b9c0b1b81aa24827be94e4a1a91cd49eee.tar.gz
recipes: Fix variable assignment whitespace
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/conf/include/ptest-packagelists-meta-python.inc2
-rw-r--r--meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb2
6 files changed, 6 insertions, 6 deletions
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 = "\
112 python3-yappi \ 112 python3-yappi \
113" 113"
114 114
115PTESTS_PROBLEMS_META_PYTHON ="\ 115PTESTS_PROBLEMS_META_PYTHON = "\
116 python3-betamax \ 116 python3-betamax \
117 python3-dnspython \ 117 python3-dnspython \
118 python3-fastjsonschema \ 118 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
8 8
9SRC_URI[sha256sum] = "6d4fe287766166a98ca7bc6f6312daf04a0481b1eda43e7173484051c0ab4366" 9SRC_URI[sha256sum] = "6d4fe287766166a98ca7bc6f6312daf04a0481b1eda43e7173484051c0ab4366"
10 10
11PYPI_PACKAGE="colorclass" 11PYPI_PACKAGE = "colorclass"
12 12
13RDEPENDS:${PN} += "\ 13RDEPENDS:${PN} += "\
14 python3-ctypes \ 14 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
36KIVY_GRAPHICS = "gles" 36KIVY_GRAPHICS = "gles"
37export KIVY_GRAPHICS 37export KIVY_GRAPHICS
38 38
39KIVY_CROSS_SYSROOT="${RECIPE_SYSROOT}" 39KIVY_CROSS_SYSROOT = "${RECIPE_SYSROOT}"
40export KIVY_CROSS_SYSROOT 40export KIVY_CROSS_SYSROOT
41 41
42REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data" 42REQUIRED_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 @@
1SUMMARY = "Pure-Python implementation of HSS/LMS Digital Signatures (RFC 8554)" 1SUMMARY = "Pure-Python implementation of HSS/LMS Digital Signatures (RFC 8554)"
2HOMEPAGE ="https://pypi.org/project/pyhsslms" 2HOMEPAGE = "https://pypi.org/project/pyhsslms"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bbc59ef8bf238c2902ca816b87b58571" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bbc59ef8bf238c2902ca816b87b58571"
5 5
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 @@
1DESCRIPTION = "Bindings for the scrypt key derivation function library" 1DESCRIPTION = "Bindings for the scrypt key derivation function library"
2LICENSE = "BSD-2-Clause" 2LICENSE = "BSD-2-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=05b5ac2824a7ae7489193b0f6a6f2cd1" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=05b5ac2824a7ae7489193b0f6a6f2cd1"
4HOMEPAGE="https://github.com/holgern/py-scrypt" 4HOMEPAGE = "https://github.com/holgern/py-scrypt"
5 5
6SRC_URI += "file://0001-py-scrypt-remove-the-hard-coded-include-paths.patch" 6SRC_URI += "file://0001-py-scrypt-remove-the-hard-coded-include-paths.patch"
7 7
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} += "\
16 16
17PACKAGES =+ "${PN}-tests" 17PACKAGES =+ "${PN}-tests"
18RDEPENDS:${PN}-tests = "${PN} python3-unittest" 18RDEPENDS:${PN}-tests = "${PN} python3-unittest"
19FILES:${PN}-tests+= " \ 19FILES:${PN}-tests += " \
20 ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ 20 ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \
21 ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ 21 ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \
22" 22"