diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-19 13:07:48 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-20 08:46:56 -0700 |
commit | eac1f5b9c0b1b81aa24827be94e4a1a91cd49eee (patch) | |
tree | 86ff05514e9c1c8262e7353b4df496ba7d4fb221 /meta-python | |
parent | 42727bb3c0b230a819b73e3f6cea8ecffc02cf69 (diff) | |
download | meta-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')
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 | ||
115 | PTESTS_PROBLEMS_META_PYTHON ="\ | 115 | PTESTS_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 | ||
9 | SRC_URI[sha256sum] = "6d4fe287766166a98ca7bc6f6312daf04a0481b1eda43e7173484051c0ab4366" | 9 | SRC_URI[sha256sum] = "6d4fe287766166a98ca7bc6f6312daf04a0481b1eda43e7173484051c0ab4366" |
10 | 10 | ||
11 | PYPI_PACKAGE="colorclass" | 11 | PYPI_PACKAGE = "colorclass" |
12 | 12 | ||
13 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${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 | |||
36 | KIVY_GRAPHICS = "gles" | 36 | KIVY_GRAPHICS = "gles" |
37 | export KIVY_GRAPHICS | 37 | export KIVY_GRAPHICS |
38 | 38 | ||
39 | KIVY_CROSS_SYSROOT="${RECIPE_SYSROOT}" | 39 | KIVY_CROSS_SYSROOT = "${RECIPE_SYSROOT}" |
40 | export KIVY_CROSS_SYSROOT | 40 | export KIVY_CROSS_SYSROOT |
41 | 41 | ||
42 | REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data" | 42 | 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 @@ | |||
1 | SUMMARY = "Pure-Python implementation of HSS/LMS Digital Signatures (RFC 8554)" | 1 | SUMMARY = "Pure-Python implementation of HSS/LMS Digital Signatures (RFC 8554)" |
2 | HOMEPAGE ="https://pypi.org/project/pyhsslms" | 2 | HOMEPAGE = "https://pypi.org/project/pyhsslms" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bbc59ef8bf238c2902ca816b87b58571" | 4 | LIC_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 @@ | |||
1 | DESCRIPTION = "Bindings for the scrypt key derivation function library" | 1 | DESCRIPTION = "Bindings for the scrypt key derivation function library" |
2 | LICENSE = "BSD-2-Clause" | 2 | LICENSE = "BSD-2-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=05b5ac2824a7ae7489193b0f6a6f2cd1" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=05b5ac2824a7ae7489193b0f6a6f2cd1" |
4 | HOMEPAGE="https://github.com/holgern/py-scrypt" | 4 | HOMEPAGE = "https://github.com/holgern/py-scrypt" |
5 | 5 | ||
6 | SRC_URI += "file://0001-py-scrypt-remove-the-hard-coded-include-paths.patch" | 6 | SRC_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 | ||
17 | PACKAGES =+ "${PN}-tests" | 17 | PACKAGES =+ "${PN}-tests" |
18 | RDEPENDS:${PN}-tests = "${PN} python3-unittest" | 18 | RDEPENDS:${PN}-tests = "${PN} python3-unittest" |
19 | FILES:${PN}-tests+= " \ | 19 | FILES:${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 | " |