From 3b6f8b579b7fa712170f0535e264d8d5112fd9bc Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Thu, 27 Oct 2016 20:31:19 -0400 Subject: [PATCH] gnu: python-parse: Fix patch file name in gnu/local.mk. This is a followup to commit aa6c09ed71acbc371731d56424ee403a69efb833. * gnu/local.mk (dist_patch_DATA): "python-python-parse-too-many-fields.patch" => "python-parse-too-many-fields.patch". --- gnu/local.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/local.mk b/gnu/local.mk index b62bedbead..a6e1a3366b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -793,7 +793,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-file-double-encoding-bug.patch \ %D%/packages/patches/python-fix-tests.patch \ %D%/packages/patches/python-ipython-inputhook-ctype.patch \ - %D%/packages/patches/python-python-parse-too-many-fields.patch \ + %D%/packages/patches/python-parse-too-many-fields.patch \ %D%/packages/patches/python-rarfile-fix-tests.patch \ %D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ %D%/packages/patches/python-statsmodels-fix-tests.patch \