diff mbox series

[v2] python: Correct the upstream status in NODEV patch

Message ID 20250909171524.3585220-1-raj.khem@gmail.com
State New
Headers show
Series [v2] python: Correct the upstream status in NODEV patch | expand

Commit Message

Khem Raj Sept. 9, 2025, 5:15 p.m. UTC
Ensure it is reflecting correct information and status of patch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Update patch with newly filed GH issue report for this problem

 .../python/python3/test_posix_nodev_disable.patch        | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3/test_posix_nodev_disable.patch b/meta/recipes-devtools/python/python3/test_posix_nodev_disable.patch
index 85767e1e898..6e343deaa83 100644
--- a/meta/recipes-devtools/python/python3/test_posix_nodev_disable.patch
+++ b/meta/recipes-devtools/python/python3/test_posix_nodev_disable.patch
@@ -1,7 +1,14 @@ 
 Disable part of test_posix.test_makedev that depends on the NODEV
 macro being defined (missing on musl).
 
-Upstream-Status: Submitted [https://github.com/python/cpython/pull/31794]
+See https://github.com/python/cpython/pull/31794 where NODEV
+handling is introduced.
+
+Opened a bug issue upstream with
+https://github.com/python/cpython/issues/138707
+
+Upstream-Status: Inappropriate [Musl-Specific]
+
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 --- a/Lib/test/test_posix.py
 +++ b/Lib/test/test_posix.py