From 679580be35051d33887b9af626c3bc72420e0718 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Thu, 22 Feb 2018 10:03:02 +0100 Subject: [PATCH] errbot: fix build Those version specs only exist to keep compat with python 3.3 which we are not using anyway. (cherry picked from commit 560b2bce6ce84628f97e242a3015201378a90eef) --- pkgs/applications/networking/errbot/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/errbot/default.nix b/pkgs/applications/networking/errbot/default.nix index 8664e38a8ed..feb6a0ab126 100644 --- a/pkgs/applications/networking/errbot/default.nix +++ b/pkgs/applications/networking/errbot/default.nix @@ -15,7 +15,9 @@ pythonPackages.buildPythonApplication rec { postPatch = '' substituteInPlace setup.py \ - --replace dnspython3 dnspython + --replace dnspython3 dnspython \ + --replace 'cryptography<2.1.0' cryptography \ + --replace 'pyOpenSSL<17.3.0' pyOpenSSL ''; # tests folder is not included in release