python3Packages.aioh2: mark broken (#109409)

This commit is contained in:
Alyssa Ross 2021-01-19 17:40:35 +00:00 committed by GitHub
parent ff8f0f79a7
commit f01989af57

View file

@ -19,5 +19,6 @@ buildPythonPackage rec {
description = "HTTP/2 implementation with hyper-h2 on Python 3 asyncio";
license = licenses.bsd3;
maintainers = [ maintainers.qyliss ];
broken = true; # requires h2<4
};
}