summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-08-03 15:45:09 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:28 +0100
commita9f4aa5a2d6c1d1db966cd6c5701746921f59a25 (patch)
tree7a84cebddfb46b10746c18c904f39c4a9be08924 /gnu/packages/python-web.scm
parentbdb9c0b81e895c8568c5d6b43066ad0f4237fee8 (diff)
gnu: python-asgi-csrf: Fix build.
* gnu/packages/patches/python-asgi-csrf-fix-formparser.patch : Add patch. * gnu/local.mk (dist_patch_DATA): Record it. * gnu/packages/python-web.scm (python-asgi-csrf)[source]: Add patch. Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 28a31058a2d..ce8a83256d8 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3193,7 +3193,9 @@ WSGI. This package includes libraries for implementing ASGI servers.")
3193 (file-name (git-file-name name version)) 3193 (file-name (git-file-name name version))
3194 (sha256 3194 (sha256
3195 (base32 3195 (base32
3196 "1dn9v47z2b599cnwahxvzsll2w28940ycgh5skxgq04vcqqssf29")))) 3196 "1dn9v47z2b599cnwahxvzsll2w28940ycgh5skxgq04vcqqssf29"))
3197 (patches
3198 (search-patches "python-asgi-csrf-fix-formparser.patch"))))
3197 (build-system pyproject-build-system) 3199 (build-system pyproject-build-system)
3198 (propagated-inputs (list python-itsdangerous python-multipart)) 3200 (propagated-inputs (list python-itsdangerous python-multipart))
3199 (native-inputs (list python-asgi-lifespan 3201 (native-inputs (list python-asgi-lifespan