13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.6";
21 inherit pname version;
22 hash = "sha256-qDrKCPvnqst5/seIycC6yTY0NWDtnsGLgqE6EsKNKrs=";
26 # https://github.com/python-hyper/h2/pull/1274
28 name = "fix-tests-in-python-3.11.patch";
29 url = "https://github.com/python-hyper/h2/commit/8952c91606cd014720ccf202a25b5ee1fbed1591.patch";
30 hash = "sha256-skAdAVHMZo1xJEqqKa6FOKPvoQQbGUgGsQjE11jIjtw=";
34 propagatedBuildInputs = [
46 "test_changing_max_frame_size"
49 pythonImportsCheck = [
55 description = "HTTP/2 State-Machine based protocol implementation";
56 homepage = "https://github.com/python-hyper/h2";
57 license = licenses.mit;