From 647468e3e1d15e527358e7d01091815f579037f9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 27 Apr 2023 22:35:59 -0700 Subject: python3-click: Fix ptest failure test_bytes_args fails especially on musl, therefore use mocked sys.stdin.encoding Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-click_8.1.3.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-click_8.1.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-click_8.1.3.bb b/meta-python/recipes-devtools/python/python3-click_8.1.3.bb index 006742f153..9b8ea94c2a 100644 --- a/meta-python/recipes-devtools/python/python3-click_8.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-click_8.1.3.bb @@ -13,6 +13,7 @@ SRC_URI[sha256sum] = "7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37 inherit pypi setuptools3 ptest SRC_URI += " \ + file://0001-tests-Fix-test_bytes_args.patch \ file://run-ptest \ " -- cgit v1.2.3-54-g00ecf