pythonPackages numpy: enable for Python 3.5

Since 1.9.3 numpy works with Python 3.5.
Packages depending on Numpy still might cause problems with Python 3.5.
This commit is contained in:
Frederik Rietdijk 2015-10-06 17:26:24 +02:00
parent 0732a39dee
commit 31f0478c46

View file

@ -9466,7 +9466,7 @@ let
sha256 = "8b9f453f29ce96a14e625100d3dcf8926301d36c5f622623bf8820e748510858";
};
disabled = isPyPy || isPy35; # WIP
disabled = isPyPy; # WIP
preConfigure = ''
sed -i 's/-faltivec//' numpy/distutils/system_info.py