internal/rosa/python: remove unnecessary input
All checks were successful
Test / Create distribution (push) Successful in 1m10s
Test / Sandbox (push) Successful in 3m4s
Test / ShareFS (push) Successful in 3m54s
Test / Hakurei (push) Successful in 4m0s
Test / Sandbox (race detector) (push) Successful in 2m29s
Test / Hakurei (race detector) (push) Successful in 3m34s
Test / Flake checks (push) Successful in 1m25s

This is added by the helper. Removing it has no effect since it is promoted by Append.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-19 01:48:24 +09:00
parent 6e9e8c74f3
commit dc3810b530
2 changed files with 1 additions and 6 deletions

View File

@@ -209,7 +209,6 @@ func (s *S) newPythonPackage(
ID: id,
}, t.NewPackage(name, version, source, attrP, attr, slices.Concat(
P{Python},
extra,
build,
)...)