about summary refs log tree commit diff
path: root/pkgs/development/python-modules/boto3
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-24 17:45:56 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-03 17:49:45 +0200
commit1e89d4cccdfa3e5857ee250c418fd8c0702ac1e9 (patch)
tree328be9ccb89f012f1d33e1b7ff769c51f7e3885b /pkgs/development/python-modules/boto3
parentfaca29912913a4dafcf381952a5fed5f29002482 (diff)
pythonPackages: move python 2 only expressions to python2-packages.nix
Diffstat (limited to 'pkgs/development/python-modules/boto3')
-rw-r--r--pkgs/development/python-modules/boto3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/boto3/default.nix b/pkgs/development/python-modules/boto3/default.nix
index bf5604e6d9814..f00ddff86be19 100644
--- a/pkgs/development/python-modules/boto3/default.nix
+++ b/pkgs/development/python-modules/boto3/default.nix
@@ -4,7 +4,7 @@
 , botocore
 , jmespath
 , s3transfer
-, futures
+, futures ? null
 , docutils
 , nose
 , mock