forked from mirrors/nixpkgs
pythonPackages.bottleneck: fix build
New setuptools seems to have broken bottleneck.
This commit is contained in:
parent
d4b72281e6
commit
fdc36aaf66
|
@ -18092,6 +18092,9 @@ in {
|
|||
checkPhase = ''
|
||||
nosetests -v $out/${python.sitePackages}
|
||||
'';
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py --replace "__builtins__.__NUMPY_SETUP__ = False" ""
|
||||
'';
|
||||
};
|
||||
|
||||
paho-mqtt = buildPythonPackage rec {
|
||||
|
|
Loading…
Reference in a new issue