aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-19 01:48:24 +0900
committerOphestra <cat@gensokyo.uk>2026-05-19 01:48:24 +0900
commitdc3810b530230a3f3a0ee17003851f9a2f3dcafe (patch)
tree5c4f54e8e1e387f183f063454842dd11da5a8426 /internal/rosa/package
parent6e9e8c74f36e31117647c4414b98b1fda95b18a1 (diff)
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>
Diffstat (limited to 'internal/rosa/package')
-rw-r--r--internal/rosa/package/buildcatrust.az6
1 files changed, 1 insertions, 5 deletions
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 ];
}