From acdc89dcf10c281a691d54f2d893724cfaa855fd Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Sat, 29 Nov 2025 18:48:50 +0000 Subject: [PATCH] buildstream: Remove unneeded dependencies A small bugfix to the BuildStream package, as `dulwich` is currently broken when using `bst source track` on `git_repo` sources. At the same time, I've trimmed a few of the dependencies that aren't a strict dependency of BuildStream from the derivation. --- pkgs/by-name/bu/buildstream/package.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/by-name/bu/buildstream/package.nix b/pkgs/by-name/bu/buildstream/package.nix index 90d576b83741..08abf06bf431 100644 --- a/pkgs/by-name/bu/buildstream/package.nix +++ b/pkgs/by-name/bu/buildstream/package.nix @@ -46,7 +46,6 @@ python3Packages.buildPythonApplication rec { ] ++ (with python3Packages; [ click - dulwich grpcio jinja2 markupsafe @@ -55,10 +54,8 @@ python3Packages.buildPythonApplication rec { protobuf psutil pyroaring - requests ruamel-yaml ruamel-yaml-clib - tomlkit ujson ]) ++ lib.optionals enableBuildstreamPlugins [