summaryrefslogtreecommitdiff
path: root/gnu/local.mk
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/local.mk
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/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index f78ab43ca1a..3259d9b8f93 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2140,6 +2140,7 @@ dist_patch_DATA = \
2140 %D%/packages/patches/python-3.12-fix-tests.patch \ 2140 %D%/packages/patches/python-3.12-fix-tests.patch \
2141 %D%/packages/patches/python-3.13-fix-tests.patch \ 2141 %D%/packages/patches/python-3.13-fix-tests.patch \
2142 %D%/packages/patches/python-anyio-unuse-exceptiongroup-in-test.patch \ 2142 %D%/packages/patches/python-anyio-unuse-exceptiongroup-in-test.patch \
2143 %D%/packages/patches/python-asgi-csrf-fix-formparser.patch \
2143 %D%/packages/patches/python-astropy-dont-download-iers-data.patch \ 2144 %D%/packages/patches/python-astropy-dont-download-iers-data.patch \
2144 %D%/packages/patches/python-beangulp-click-8.2-compat.patch \ 2145 %D%/packages/patches/python-beangulp-click-8.2-compat.patch \
2145 %D%/packages/patches/python-bed-reader-use-store-samples.patch \ 2146 %D%/packages/patches/python-bed-reader-use-store-samples.patch \