diff options
| author | John Kehayias <john@guixotic.coop> | 2026-08-18 20:42:54 -0400 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2026-08-18 20:49:23 -0400 |
| commit | cafe329cd7759284fae7079ceb3354fa89dca511 (patch) | |
| tree | 66772e2d71268421d9567a9058bb47e09b724ced /gnu/packages/python-web.scm | |
| parent | 6180ed551c6f5044ddcf40870d9a9e503fc9a9b3 (diff) | |
gnu: python-cheroot: Fix test.
* gnu/packages/patches/python-cheroot-openssl-test.patch: New file.
* gnu/packages/python-web.scm (python-cheroot)[source]<patches>: Use it.
* gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 4674c54deb8..4cb709d0219 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -4164,7 +4164,9 @@ other HTTP libraries.") | |||
| 4164 | (commit (string-append "v" version)))) | 4164 | (commit (string-append "v" version)))) |
| 4165 | (file-name (git-file-name name version)) | 4165 | (file-name (git-file-name name version)) |
| 4166 | (sha256 | 4166 | (sha256 |
| 4167 | (base32 "02rhci01m5fcn8mqpvq3c35rs4n28gxlfvfw2if2f85rgwrji8y8")))) | 4167 | (base32 "02rhci01m5fcn8mqpvq3c35rs4n28gxlfvfw2if2f85rgwrji8y8")) |
| 4168 | ;; TODO: Remove this patch on next release. | ||
| 4169 | (patches (search-patches "python-cheroot-openssl-test.patch")))) | ||
| 4168 | (build-system pyproject-build-system) | 4170 | (build-system pyproject-build-system) |
| 4169 | (arguments | 4171 | (arguments |
| 4170 | (list | 4172 | (list |
