1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #51899 from yrashk/luigi-boto3

luigi: include boto3
This commit is contained in:
Matthew Bauer 2018-12-17 23:41:54 -06:00 committed by GitHub
commit 27d0d6d1ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
sed -i 's/<2.2.0//' setup.py 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 # Requires tox, hadoop, and google cloud
doCheck = false; doCheck = false;