summary refs log tree commit diff
path: root/pkgs/development/python-modules/papermill/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/papermill/default.nix')
-rw-r--r--pkgs/development/python-modules/papermill/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/papermill/default.nix b/pkgs/development/python-modules/papermill/default.nix
index 2ef39474596..9af09d56946 100644
--- a/pkgs/development/python-modules/papermill/default.nix
+++ b/pkgs/development/python-modules/papermill/default.nix
@@ -14,7 +14,7 @@
 , requests
 , entrypoints
 , tenacity
-, futures
+, futures ? null
 , black
 , backports_tempfile
 , isPy27