mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
commit
27d0d6d1ce
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user