mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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:
parent
3387115364
commit
679580be35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user