16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
24 inherit pname version;
25 hash = "sha256-+RJjuz9xlIxciRW01Q7jcABPIKQW9n+rPcyQVWx+cZk=";
28 build-system = [ setuptools ];
38 buildInputs = [ openssl ];
40 nativeCheckInputs = [ pytestCheckHook ];
42 pythonImportsCheck = [ "aioquic" ];
44 __darwinAllowLocalNetworking = true;
47 description = "Implementation of QUIC and HTTP/3";
48 homepage = "https://github.com/aiortc/aioquic";
49 license = licenses.bsd3;
50 maintainers = with maintainers; [ onny ];