pythonPackages.pyzmq: use zeromq4
This commit is contained in:
parent
a9202796ec
commit
4133885dab
@ -2,7 +2,7 @@
|
|||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pytest
|
, pytest
|
||||||
, tornado
|
, tornado
|
||||||
, zeromq3
|
, zeromq
|
||||||
, py
|
, py
|
||||||
, python
|
, python
|
||||||
}:
|
}:
|
||||||
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest tornado ];
|
checkInputs = [ pytest tornado ];
|
||||||
buildInputs = [ zeromq3];
|
buildInputs = [ zeromq ];
|
||||||
propagatedBuildInputs = [ py ];
|
propagatedBuildInputs = [ py ];
|
||||||
|
|
||||||
# test_socket.py seems to be hanging
|
# test_socket.py seems to be hanging
|
||||||
|
Loading…
x
Reference in New Issue
Block a user