From eada1065ae51a0f47dcbe50714972cf6c6efa8ad Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Thu, 3 Jun 2021 11:54:05 -0400 Subject: python3-yarl: backport fix for test_url_query test python3-yarl 1.6.3 still tests semicolons as URL separators, but this test has been removed in master to avoid failures due to upstream Python no longer supporting them by default. See: https://bugs.python.org/issue42967 https://github.com/aio-libs/yarl/issues/563 Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb b/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb index 01682a46d4..e0e2626466 100644 --- a/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb @@ -7,6 +7,7 @@ SRC_URI[sha256sum] = "8a9066529240171b68893d60dca86a763eae2139dd42f42106b03cf4b4 SRC_URI += " \ file://run-ptest \ + file://0001-Drop-tests-for-semicolon-as-a-separator.patch \ " PYPI_PACKAGE = "yarl" -- cgit 1.2.3-korg