pythonPackages.bottleneck: fix build

New setuptools seems to have broken bottleneck.
This commit is contained in:
Frederik Rietdijk
2017-04-18 12:07:36 +02:00
parent d4b72281e6
commit fdc36aaf66
+3
View File
@@ -18092,6 +18092,9 @@ in {
checkPhase = ''
nosetests -v $out/${python.sitePackages}
'';
postPatch = ''
substituteInPlace setup.py --replace "__builtins__.__NUMPY_SETUP__ = False" ""
'';
};
paho-mqtt = buildPythonPackage rec {