diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-26 02:23:03 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-26 02:28:47 +0900 |
| commit | 228489371d31b0cef27f1f4f09b60c87efa171a6 (patch) | |
| tree | a9e8c56b518db61413eb014eb4366de4d121cd47 /cmd | |
| parent | 490471d22be458ff14fb26366763a5b1b9f2a87a (diff) | |
internal/rosa: setuptools artifact
Apparently the only way to install python stuff offline.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/mbf/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go index 705116f1..23d233c3 100644 --- a/cmd/mbf/main.go +++ b/cmd/mbf/main.go @@ -186,6 +186,8 @@ func main() { p = rosa.Python case "rsync": p = rosa.Rsync + case "setuptools": + p = rosa.Setuptools case "zlib": p = rosa.Zlib |
