mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
python3: upgrade 3.12.6 -> 3.12.7
Changelog: https://docs.python.org/release/3.12.7/whatsnew/changelog.html#python-3-12-7 (From OE-Core rev: 103cb3a5390214bd95a75c4db4b00f64b456b7f1) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
d65fa3f3a7
commit
1b4d8585f0
@@ -1,4 +1,4 @@
|
||||
From 039d5e652796b55f1132afa568c7432b6ed89afd Mon Sep 17 00:00:00 2001
|
||||
From 38e732371ac234c3f0e6310d6dbc7ddc7f458535 Mon Sep 17 00:00:00 2001
|
||||
From: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||||
Date: Fri, 27 May 2022 17:05:44 +0100
|
||||
Subject: [PATCH] python3: Ensure stale empty python module directories don't
|
||||
@@ -13,13 +13,12 @@ As a result, patch this to a behaviour which works for us.
|
||||
|
||||
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]
|
||||
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||||
|
||||
---
|
||||
Lib/importlib/metadata/__init__.py | 9 ++++++++-
|
||||
1 file changed, 8 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Lib/importlib/metadata/__init__.py b/Lib/importlib/metadata/__init__.py
|
||||
index 82e0ce1..969cac4 100644
|
||||
index e6ca178..ac5a75b 100644
|
||||
--- a/Lib/importlib/metadata/__init__.py
|
||||
+++ b/Lib/importlib/metadata/__init__.py
|
||||
@@ -710,7 +710,14 @@ class Lookup:
|
||||
|
||||
Reference in New Issue
Block a user