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/package/buildcatrust.az | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'internal/rosa/package/buildcatrust.az') diff --git a/internal/rosa/package/buildcatrust.az b/internal/rosa/package/buildcatrust.az index 18350c9d..9e235118 100644 --- a/internal/rosa/package/buildcatrust.az +++ b/internal/rosa/package/buildcatrust.az @@ -14,10 +14,6 @@ package python-buildcatrust { exec = pip {}; - inputs = [ - python, - python-flit-core, - ]; - + inputs = [ python-flit-core ]; runtime = [ python ]; } -- cgit v1.3.1