unfortunately this change regresses ptests on musl based systems. Similar to
https://github.com/python/cpython/issues/87338
but that issue is fixed so enabling both must be triggering it again in some
way.
==
FAIL: test_wr
if we use editline, then the readline module must also be enabled for
python to build the readline module and link it against libedit.
Signed-off-by: Nick Owens
---
meta/recipes-devtools/python/python3_3.12.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-dev