python3Packages.distributed: fix build

This commit is contained in:
Jonathan Ringer
2021-11-30 09:22:04 -08:00
parent 582ebd2287
commit df82ec2ad0

View File

@@ -28,6 +28,11 @@ buildPythonPackage rec {
sha256 = "f86a01a2e1e678865d2e42300c47552b5012cd81a2d354e47827a1fd074cc302";
};
postPatch = ''
substituteInPlace requirements.txt \
--replace "dask == 2021.11.2" "dask"
'';
propagatedBuildInputs = [
bokeh
click