diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-10-27 23:28:07 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-10-27 23:28:07 +0300 |
commit | aa6c09ed71acbc371731d56424ee403a69efb833 (patch) | |
tree | 1c8393dc1653a23bc614e686c1c8a68bd2cd09f1 /gnu/local.mk | |
parent | d18c69aa2aa59ca6a98738236c318bc1984fa4f5 (diff) | |
download | guix-aa6c09ed71acbc371731d56424ee403a69efb833.tar guix-aa6c09ed71acbc371731d56424ee403a69efb833.tar.gz |
gnu: python-parse: Fix failing test.
* gnu/packages/python.scm (python-parse)[origin]: Add patch.
* gnu/packages/patches/python-parse-too-many-fields.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 083067c879..b62bedbead 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -793,6 +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-rarfile-fix-tests.patch \ %D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ %D%/packages/patches/python-statsmodels-fix-tests.patch \ |