mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
salt: use latest tornado
This commit is contained in:
parent
e021b8eea9
commit
c23c59594e
|
@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
pyyaml
|
||||
pyzmq
|
||||
requests
|
||||
tornado_4
|
||||
tornado
|
||||
] ++ extraInputs;
|
||||
|
||||
patches = [ ./fix-libcrypto-loading.patch ];
|
||||
|
|
Loading…
Reference in a new issue