diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2017-10-03 22:28:51 +0200 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2017-10-03 22:41:25 +0200 |
commit | 2299f5cd78a9874ec7797d02d9bd53cc3c30b698 (patch) | |
tree | 36c784d9a4a6869b308720ff9b3adede18d678e4 /gnu/local.mk | |
parent | f282aa530b91c8fecb910bc0a3323fcbd4d39ffb (diff) | |
download | guix-2299f5cd78a9874ec7797d02d9bd53cc3c30b698.tar.gz |
gnu: python-nose-timer: Add missing patch.
* gnu/packages/patches/python-nose-timer-drop-ordereddict.patch: New file. * gnu/local.mk: 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 88d24fab27..c802b7b340 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -984,6 +984,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-genshi-isstring-helper.patch \ %D%/packages/patches/python-genshi-stripping-of-unsafe-script-tags.patch \ %D%/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch \ + %D%/packages/patches/python-nose-timer-drop-ordereddict.patch \ %D%/packages/patches/python-parse-too-many-fields.patch \ %D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ %D%/packages/patches/python-statsmodels-fix-tests.patch \ |