diff options
author | Alexander Kanavin <alex@linutronix.de> | 2024-06-19 10:59:45 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-08-01 06:08:09 -0700 |
commit | 64ac9fa408d925d951ebd4b042e010babce499f9 (patch) | |
tree | ed1050a09e96349cdda553e7e3c520005c9d93f2 | |
parent | e8b3c87ca695f99a0c8f51b7ef8a168c4474d38c (diff) | |
download | poky-64ac9fa408d925d951ebd4b042e010babce499f9.tar.gz |
python3: submit deterministic_imports.patch upstream as a ticket
(From OE-Core rev: eb3868d99ef2d5fa9fafc9cf947209d81ab5f11f)
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>
(cherry picked from commit d77511cc9add70857e4a9d7237b23d7d6ae14e98)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 | --- |