internal/rosa/python: remove unnecessary input

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,
)...)