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