Merge pull request #46687 from mbode/salt_darwin
salt: fix darwin build by specifying dependency on tornado 4
This commit is contained in:
@@ -23,7 +23,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
pyyaml
|
||||
pyzmq
|
||||
requests
|
||||
tornado
|
||||
tornado_4
|
||||
] ++ stdenv.lib.optional (!pythonPackages.isPy3k) [
|
||||
futures
|
||||
] ++ extraInputs;
|
||||
|
||||
Reference in New Issue
Block a user