Merge pull request #46687 from mbode/salt_darwin

salt: fix darwin build by specifying dependency on tornado 4
This commit is contained in:
xeji
2018-09-15 12:38:45 +02:00
committed by GitHub
3 changed files with 18 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ pythonPackages.buildPythonApplication rec {
pyyaml
pyzmq
requests
tornado
tornado_4
] ++ stdenv.lib.optional (!pythonPackages.isPy3k) [
futures
] ++ extraInputs;