mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
pythonPackages.pyzmq: use zeromq4
This commit is contained in:
parent
a9202796ec
commit
4133885dab
@ -2,7 +2,7 @@
|
||||
, fetchPypi
|
||||
, pytest
|
||||
, tornado
|
||||
, zeromq3
|
||||
, zeromq
|
||||
, py
|
||||
, python
|
||||
}:
|
||||
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
checkInputs = [ pytest tornado ];
|
||||
buildInputs = [ zeromq3];
|
||||
buildInputs = [ zeromq ];
|
||||
propagatedBuildInputs = [ py ];
|
||||
|
||||
# test_socket.py seems to be hanging
|
||||
|
Loading…
Reference in New Issue
Block a user