python.pkgs.asyncssh: fix tests (#42848)

This commit is contained in:
Robert Schütz
2018-07-03 00:21:16 +02:00
committed by GitHub
parent 366cd2ad8c
commit d769256997
2 changed files with 162 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ buildPythonPackage rec {
sha256 = "a44736830741e2bb9c4e3992819288b77ac4af217a46d12f415bb57c18ed9c22";
};
# See https://github.com/ronf/asyncssh/commit/6a92930e00f3bbc67d9cdf66816917e64f2450e9#r29559647
patches = ./mock_getnameinfo.patch;
propagatedBuildInputs = [
bcrypt
cryptography