Loading pkgs/development/python-modules/starlette-compress/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -3,9 +3,11 @@ buildPythonPackage, fetchFromGitHub, hatchling, isPyPy, brotli, brotlicffi, starlette, pythonOlder, zstandard, pytestCheckHook, httpx, Loading @@ -27,9 +29,10 @@ buildPythonPackage rec { build-system = [ hatchling ]; dependencies = [ brotli brotlicffi (if isPyPy then brotlicffi else brotli) starlette ] ++ lib.optionals (pythonOlder "3.14") [ zstandard ]; Loading Loading
pkgs/development/python-modules/starlette-compress/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -3,9 +3,11 @@ buildPythonPackage, fetchFromGitHub, hatchling, isPyPy, brotli, brotlicffi, starlette, pythonOlder, zstandard, pytestCheckHook, httpx, Loading @@ -27,9 +29,10 @@ buildPythonPackage rec { build-system = [ hatchling ]; dependencies = [ brotli brotlicffi (if isPyPy then brotlicffi else brotli) starlette ] ++ lib.optionals (pythonOlder "3.14") [ zstandard ]; Loading