Message ID | 20250902022119.3497724-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | python: Correct the upstream status in NODEV patch | expand |
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..df60302520e 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,11 @@ 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. + +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
Ensure it is reflecting correct information and status of patch Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../python/python3/test_posix_nodev_disable.patch | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)