diff options
| author | Trevor Gamblin <trevor.gamblin@windriver.com> | 2021-06-03 11:54:05 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-06-04 07:08:13 -0700 |
| commit | eada1065ae51a0f47dcbe50714972cf6c6efa8ad (patch) | |
| tree | 53662cd80eb1eeb1ca3b1435256b96718dc0b689 /meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb | |
| parent | 3018b3af38f5dc5681c58929c2cd8b0f1321c02a (diff) | |
| download | meta-openembedded-eada1065ae51a0f47dcbe50714972cf6c6efa8ad.tar.gz | |
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 <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 7 | 7 | ||
| 8 | SRC_URI += " \ | 8 | SRC_URI += " \ |
| 9 | file://run-ptest \ | 9 | file://run-ptest \ |
| 10 | file://0001-Drop-tests-for-semicolon-as-a-separator.patch \ | ||
| 10 | " | 11 | " |
| 11 | 12 | ||
| 12 | PYPI_PACKAGE = "yarl" | 13 | PYPI_PACKAGE = "yarl" |
