diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-03-08 17:54:48 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-03-08 18:04:23 +0100 |
commit | b03ee02f0d111bf75f8a87c9948c372974dcb243 (patch) | |
tree | 5c7376174e961253717c8754e8b24240587985ca /gnu/local.mk | |
parent | ce7911ddae5d30ba73c8c9552b7d4e71268e5db3 (diff) | |
download | guix-b03ee02f0d111bf75f8a87c9948c372974dcb243.tar guix-b03ee02f0d111bf75f8a87c9948c372974dcb243.tar.gz |
gnu: python-pandas: Fix build on 32-bit.
* gnu/packages/patches/python-pandas-skip-failing-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pandas, python2-pandas): Use 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 819fb4fcd3..4297cbb965 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -863,6 +863,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-statsmodels-fix-tests.patch \ %D%/packages/patches/python-configobj-setuptools.patch \ %D%/packages/patches/python-faker-fix-build-32bit.patch \ + %D%/packages/patches/python-pandas-skip-failing-tests.patch \ %D%/packages/patches/python-paste-remove-website-test.patch \ %D%/packages/patches/python-paste-remove-timing-test.patch \ %D%/packages/patches/python-pygit2-disable-network-tests.patch \ |