salt: fix darwin build by specifying dependency on tornado 4

/cc ZHF #45961
This commit is contained in:
Maximilian Bode
2018-09-15 10:09:36 +02:00
parent f83a26291f
commit 2438ceb5b4
3 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ pythonPackages.buildPythonApplication rec {
pyyaml
pyzmq
requests
tornado
tornado_4
] ++ stdenv.lib.optional (!pythonPackages.isPy3k) [
futures
] ++ extraInputs;