python39Packages.uvloop: mark broken

see: https://github.com/MagicStack/uvloop/issues/365
This commit is contained in:
Jonathan Ringer 2020-12-03 09:44:32 -08:00
parent 1aeec1f039
commit 9ae490f32a

View file

@ -72,5 +72,6 @@ buildPythonPackage rec {
homepage = "https://github.com/MagicStack/uvloop";
license = licenses.mit;
maintainers = with maintainers; [ costrouc ];
broken = pythonAtLeast "3.9"; # see: https://github.com/MagicStack/uvloop/issues/365
};
}