mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Merge #122500: python-engineio: 3.x on python 3.9 Darwin broken
This commit is contained in:
commit
b0d25971a0
|
@ -13,6 +13,7 @@
|
|||
, websocket_client
|
||||
, websockets
|
||||
, pytestCheckHook
|
||||
, pythonAtLeast
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -63,5 +64,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/miguelgrinberg/python-engineio/";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ graham33 ];
|
||||
broken = stdenv.isDarwin && (pythonAtLeast "3.9"); # See https://github.com/miguelgrinberg/python-socketio/issues/567
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue