diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-01-05 14:35:42 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-10 17:01:28 +0000 |
| commit | 1a2708509216f1d94eb763081b76e9207323e098 (patch) | |
| tree | d40041e300951b55da4b29936a302b26ad37426f /meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb | |
| parent | 7b3668a0aa8fa675f5de6544893e4f4247386ba0 (diff) | |
| download | poky-1a2708509216f1d94eb763081b76e9207323e098.tar.gz | |
python3-pyyaml: make compatible with cython 3.x
This has been rejected by upstream in favour of requiring obsolete cython
until there's 'proper' 3.x support. Months later, there's still no progress
so let's just take the rejected fix, as it does work (as reported by others as well),
and allows moving forward with cython.
(From OE-Core rev: cf4e45176a37b6f53a6316ec6b1556d6aea39b57)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb b/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb index 4ab8f038f4..61f7cbc6b3 100644 --- a/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb +++ b/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb | |||
| @@ -9,6 +9,7 @@ PYPI_PACKAGE = "PyYAML" | |||
| 9 | 9 | ||
| 10 | inherit pypi python_setuptools_build_meta | 10 | inherit pypi python_setuptools_build_meta |
| 11 | 11 | ||
| 12 | SRC_URI += "file://0001-Fix-builds-with-Cython-3.patch" | ||
| 12 | SRC_URI[sha256sum] = "bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43" | 13 | SRC_URI[sha256sum] = "bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43" |
| 13 | 14 | ||
| 14 | RDEPENDS:${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
