diff options
| author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-12-28 18:19:11 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-01-09 06:25:36 -0800 |
| commit | 321943e627877aabfd1f71599b7619e8bf2e624b (patch) | |
| tree | da249cb3096ac3b1f0c874acf4d7c9fbe1245773 /meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch | |
| parent | a7abc52998f01193acc0bb9a93fa6b73d7f49f0e (diff) | |
| download | poky-321943e627877aabfd1f71599b7619e8bf2e624b.tar.gz | |
python3: upgrade 3.12.7 -> 3.12.8
Changelog:
https://docs.python.org/release/3.12.8/whatsnew/changelog.html#python-3-12-8
(From OE-Core rev: db5081254adacf6c87269fd43af7199267ad535c)
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch b/meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch index 3e8e9648c6..c7ac43cc85 100644 --- a/meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch +++ b/meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From fac0f14fd34386e47bab71c0043ea55b507ae39c Mon Sep 17 00:00:00 2001 | 1 | From 3aeeddb1325679d5c0471ad86806e92e72187138 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
| 3 | Date: Sun, 12 Sep 2021 21:44:36 +0200 | 3 | Date: Sun, 12 Sep 2021 21:44:36 +0200 |
| 4 | Subject: [PATCH] sysconfig.py: use platlibdir also for purelib | 4 | Subject: [PATCH] sysconfig.py: use platlibdir also for purelib |
| @@ -13,7 +13,7 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de> | |||
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 14 | 14 | ||
| 15 | diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py | 15 | diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py |
| 16 | index 122d441..79c0510 100644 | 16 | index 517b13a..6258b68 100644 |
| 17 | --- a/Lib/sysconfig.py | 17 | --- a/Lib/sysconfig.py |
| 18 | +++ b/Lib/sysconfig.py | 18 | +++ b/Lib/sysconfig.py |
| 19 | @@ -28,7 +28,7 @@ _INSTALL_SCHEMES = { | 19 | @@ -28,7 +28,7 @@ _INSTALL_SCHEMES = { |
