Loading pkgs/development/python-modules/starlette-compress/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ brotli, brotlicffi, starlette, pythonOlder, zstandard, pytestCheckHook, httpx, Loading @@ -30,6 +31,8 @@ buildPythonPackage rec { dependencies = [ (if isPyPy then brotlicffi else brotli) starlette ] ++ lib.optionals (pythonOlder "3.14") [ zstandard ]; Loading Loading
pkgs/development/python-modules/starlette-compress/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ brotli, brotlicffi, starlette, pythonOlder, zstandard, pytestCheckHook, httpx, Loading @@ -30,6 +31,8 @@ buildPythonPackage rec { dependencies = [ (if isPyPy then brotlicffi else brotli) starlette ] ++ lib.optionals (pythonOlder "3.14") [ zstandard ]; Loading