diff options
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 |
