summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/luigi/default.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-12-17 23:41:54 -0600
committerGitHub <noreply@github.com>2018-12-17 23:41:54 -0600
commit27d0d6d1cee8cd3cdf0b6ef579e41787ed389680 (patch)
treea9c9e1dd27a002ef0cee988be213d488c6d641aa /pkgs/applications/networking/cluster/luigi/default.nix
parent657220349d8930b3f6656e34454c1f747bffb6a6 (diff)
parent935810e0f3182e80be9da6241d7208f0a7fc2e2a (diff)
downloadnixpkgs-27d0d6d1cee8cd3cdf0b6ef579e41787ed389680.tar
nixpkgs-27d0d6d1cee8cd3cdf0b6ef579e41787ed389680.tar.gz
nixpkgs-27d0d6d1cee8cd3cdf0b6ef579e41787ed389680.tar.bz2
nixpkgs-27d0d6d1cee8cd3cdf0b6ef579e41787ed389680.tar.lz
nixpkgs-27d0d6d1cee8cd3cdf0b6ef579e41787ed389680.tar.xz
nixpkgs-27d0d6d1cee8cd3cdf0b6ef579e41787ed389680.tar.zst
nixpkgs-27d0d6d1cee8cd3cdf0b6ef579e41787ed389680.zip
Merge pull request #51899 from yrashk/luigi-boto3
luigi: include boto3
Diffstat (limited to 'pkgs/applications/networking/cluster/luigi/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/luigi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/luigi/default.nix b/pkgs/applications/networking/cluster/luigi/default.nix
index 3a0164edeb0..e7cba7d9f38 100644
--- a/pkgs/applications/networking/cluster/luigi/default.nix
+++ b/pkgs/applications/networking/cluster/luigi/default.nix
@@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
     sed -i 's/<2.2.0//' setup.py
   '';
 
-  propagatedBuildInputs = with python3Packages; [ tornado_4 python-daemon ];
+  propagatedBuildInputs = with python3Packages; [ tornado_4 python-daemon boto3 ];
 
   # Requires tox, hadoop, and google cloud
   doCheck = false;