diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-19 01:48:24 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-19 01:48:24 +0900 |
| commit | dc3810b530230a3f3a0ee17003851f9a2f3dcafe (patch) | |
| tree | 5c4f54e8e1e387f183f063454842dd11da5a8426 | |
| parent | 6e9e8c74f36e31117647c4414b98b1fda95b18a1 (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>
| -rw-r--r-- | internal/rosa/package/buildcatrust.az | 6 | ||||
| -rw-r--r-- | internal/rosa/python.go | 1 |
2 files changed, 1 insertions, 6 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 ]; } 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, )...) |
