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)
This commit is contained in:
Robin Gloster 2018-02-22 10:03:02 +01:00
parent 3387115364
commit 679580be35
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -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