expose buildbot-autoscale-ext as individual Python package; rename venv to -venv suffix

This commit is contained in:
Abel Luck 2026-02-27 14:44:17 +01:00
parent 2f0fffa905
commit d739c63559

View file

@ -84,7 +84,8 @@
in in
{ {
nix-builder-autoscaler = venv; nix-builder-autoscaler = venv;
buildbot-autoscale-ext = buildbotExtVenv; buildbot-autoscale-ext = buildbotExtPythonSet."buildbot-autoscale-ext";
buildbot-autoscale-ext-venv = buildbotExtVenv;
default = venv; default = venv;
} }
); );