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 d8c925b817
commit 44b3af36a7

View file

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