From dc3810b530230a3f3a0ee17003851f9a2f3dcafe Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 19 May 2026 01:48:24 +0900 Subject: 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 --- internal/rosa/python.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/rosa/python.go') diff --git a/internal/rosa/python.go b/internal/rosa/python.go index 512c38fb..2258a7f6 100644 --- a/internal/rosa/python.go +++ b/internal/rosa/python.go @@ -209,7 +209,6 @@ func (s *S) newPythonPackage( ID: id, }, t.NewPackage(name, version, source, attrP, attr, slices.Concat( - P{Python}, extra, build, )...) -- cgit v1.3.1