diff options
author | Alexander Kanavin <alex@linutronix.de> | 2024-06-19 10:59:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-24 12:43:40 +0100 |
commit | 68c15a58ce120ab92d44aabe7a0f9ca96223f1f3 (patch) | |
tree | abeeda966b0b0a5855ab1b381834a34384ed613d /meta/recipes-devtools | |
parent | 6dc57c9113035957aa4421f974a76700e95165be (diff) | |
download | poky-68c15a58ce120ab92d44aabe7a0f9ca96223f1f3.tar.gz |
python3: submit deterministic_imports.patch upstream as a ticket
(From OE-Core rev: d77511cc9add70857e4a9d7237b23d7d6ae14e98)
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')
-rw-r--r-- | meta/recipes-devtools/python/python3/deterministic_imports.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/deterministic_imports.patch b/meta/recipes-devtools/python/python3/deterministic_imports.patch index 104df94964..2de6ae2e98 100644 --- a/meta/recipes-devtools/python/python3/deterministic_imports.patch +++ b/meta/recipes-devtools/python/python3/deterministic_imports.patch | |||
@@ -11,7 +11,7 @@ has caused a long string of different issues for us. | |||
11 | 11 | ||
12 | As a result, patch this to a behaviour which works for us. | 12 | As a result, patch this to a behaviour which works for us. |
13 | 13 | ||
14 | Upstream-Status: Pending [need to talk to upstream to see if they'll take one or both fixes] | 14 | Upstream-Status: Submitted [https://github.com/python/cpython/issues/120492; need to first talk to upstream to see if they'll take one or both fixes] |
15 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | 15 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
16 | 16 | ||
17 | --- | 17 | --- |