diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2016-08-04 12:48:25 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-08-04 13:40:13 +0200 |
commit | 8b52167e7706bb982bf809036bdc247c709779bb (patch) | |
tree | 596844dba317de528fbb91ac7b708373022d4da4 /gnu/local.mk | |
parent | 6ad08117d9d98c969bee89e5b4c59e0d6bcf5a22 (diff) | |
download | patches-8b52167e7706bb982bf809036bdc247c709779bb.tar patches-8b52167e7706bb982bf809036bdc247c709779bb.tar.gz |
gnu: python-statsmodels: Fix tests.
* gnu/packages/statistics.scm (python-statsmodels): Add patch to fix tests.
(python2-statsmodels)[propagated-inputs]: Add python2-pytz.
* gnu/packages/patches/python-statsmodels-fix-tests.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 4dcc547e55..3444c2031f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -739,6 +739,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-ipython-inputhook-ctype.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 \ %D%/packages/patches/python-configobj-setuptools.patch \ %D%/packages/patches/python-paste-remove-website-test.patch \ %D%/packages/patches/python-paste-remove-timing-test.patch \ |