summary refs log tree commit diff
path: root/pkgs/applications/networking/errbot
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-02-22 10:03:02 +0100
committerRobin Gloster <mail@glob.in>2018-03-10 12:54:55 +0100
commit679580be35051d33887b9af626c3bc72420e0718 (patch)
tree0572bd49f230c1dac4f39ef6965928346f4f36da /pkgs/applications/networking/errbot
parent3387115364ecec926d45cdcc33290e48bf6416fa (diff)
downloadnixlib-679580be35051d33887b9af626c3bc72420e0718.tar
nixlib-679580be35051d33887b9af626c3bc72420e0718.tar.gz
nixlib-679580be35051d33887b9af626c3bc72420e0718.tar.bz2
nixlib-679580be35051d33887b9af626c3bc72420e0718.tar.lz
nixlib-679580be35051d33887b9af626c3bc72420e0718.tar.xz
nixlib-679580be35051d33887b9af626c3bc72420e0718.tar.zst
nixlib-679580be35051d33887b9af626c3bc72420e0718.zip
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)
Diffstat (limited to 'pkgs/applications/networking/errbot')
-rw-r--r--pkgs/applications/networking/errbot/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/networking/errbot/default.nix b/pkgs/applications/networking/errbot/default.nix
index 8664e38a8ed6..feb6a0ab1265 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