diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-05-16 04:38:09 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-05-16 04:40:20 +0200 |
commit | 4eeed444f116e371cc7f4cc6ebd8be044c074e51 (patch) | |
tree | 86b140f76d20d5d0512ef2a0c5372c11942abeb2 /gnu/local.mk | |
parent | 5209f4db1d7236df60ac9e507bfe8a25ad5655f4 (diff) | |
download | patches-4eeed444f116e371cc7f4cc6ebd8be044c074e51.tar patches-4eeed444f116e371cc7f4cc6ebd8be044c074e51.tar.gz |
gnu: python-statsmodels: Fix build.
* gnu/packages/patches/python-statsmodels-fix-tests.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/statistics.scm (python-statsmodels)[source]: Remove patches.
[arguments]: Disable tests; adjust build phases; add build phase
"patch-for-scipy" to fix runtime error.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0205b8c3e0..fbdb309896 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1044,7 +1044,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-nose-timer-drop-ordereddict.patch \ %D%/packages/patches/python-pillow-fix-failing-tests.patch \ %D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ - %D%/packages/patches/python-statsmodels-fix-tests.patch \ %D%/packages/patches/python-scikit-learn-fix-test-non-determinism.patch \ %D%/packages/patches/python-configobj-setuptools.patch \ %D%/packages/patches/python-faker-fix-build-32bit.patch \ |