11 buildPythonPackage rec {
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 hash = "sha256-jxn7vpnnJCD/NcALJ6NMuZN+kCqLgQ4siDAMbwo7aZ0=";
21 nativeCheckInputs = [ pytestCheckHook ];
23 # Some of the tests use localhost networking.
24 __darwinAllowLocalNetworking = true;
27 inherit httpcore httpx wsproto;
31 description = "Pure-Python, bring-your-own-I/O implementation of HTTP/1.1";
32 homepage = "https://github.com/python-hyper/h11";
33 license = licenses.mit;
34 maintainers = with maintainers; [ ];