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.
This commit is contained in:
Marius Bakke 2017-03-08 17:54:48 +01:00
parent ce7911ddae
commit b03ee02f0d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 63 additions and 1 deletions

View file

@ -1171,7 +1171,9 @@ datetime module, available in Python 2.3+.")
(method url-fetch)
(uri (pypi-uri "pandas" version))
(sha256
(base32 "0540cnbwy2hc4hv2sxfs8i47xi91qzvzxfn80dl785ibiicly3vg"))))
(base32 "0540cnbwy2hc4hv2sxfs8i47xi91qzvzxfn80dl785ibiicly3vg"))
(patches
(search-patches "python-pandas-skip-failing-tests.patch"))))
(build-system python-build-system)
(propagated-inputs
`(("python-numpy" ,python-numpy)