pandas: Mark broken in i686.See #23253.
This commit is contained in:
parent
61785c5531
commit
59036096b7
@ -82,6 +82,9 @@ in buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
# https://github.com/pandas-dev/pandas/issues/14866
|
||||||
|
# pandas devs are no longer testing i686 so safer to assume it's broken
|
||||||
|
broken = stdenv.isi686;
|
||||||
homepage = "http://pandas.pydata.org/";
|
homepage = "http://pandas.pydata.org/";
|
||||||
description = "Python Data Analysis Library";
|
description = "Python Data Analysis Library";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user