luigi: include boto3

A number of luigi modules use boto3 to access AWS and will not work
without it.
This commit is contained in:
Yurii Rashkovskii 2018-12-12 14:47:39 +07:00
parent 1a69b3303f
commit 935810e0f3
No known key found for this signature in database
GPG Key ID: 1D60D7CFD80845FF

View File

@ -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;