summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-11-30 09:22:04 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-11-30 18:52:59 -0800
commitdf82ec2ad04ed0ddce085c415b9fbdc267845e67 (patch)
tree132f1d006fc6bb38938aac5eac62ac0657df6215
parentpython3Packages.dask-mpi: 2.21.0 -> 2021.11.0 (diff)
downloadnixpkgs-df82ec2ad04ed0ddce085c415b9fbdc267845e67.tar.gz
python3Packages.distributed: fix build
-rw-r--r--pkgs/development/python-modules/distributed/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/distributed/default.nix b/pkgs/development/python-modules/distributed/default.nix
index 3a7b12478b7f..6dfb531a78b6 100644
--- a/pkgs/development/python-modules/distributed/default.nix
+++ b/pkgs/development/python-modules/distributed/default.nix
@@ -28,6 +28,11 @@ buildPythonPackage rec {
sha256 = "f86a01a2e1e678865d2e42300c47552b5012cd81a2d354e47827a1fd074cc302";
};
+ postPatch = ''
+ substituteInPlace requirements.txt \
+ --replace "dask == 2021.11.2" "dask"
+ '';
+
propagatedBuildInputs = [
bokeh
click