internal/rosa/python: remove unnecessary input
All checks were successful
Test / Create distribution (push) Successful in 1m10s
Test / Sandbox (push) Successful in 3m4s
Test / ShareFS (push) Successful in 3m54s
Test / Hakurei (push) Successful in 4m0s
Test / Sandbox (race detector) (push) Successful in 2m29s
Test / Hakurei (race detector) (push) Successful in 3m34s
Test / Flake checks (push) Successful in 1m25s
All checks were successful
Test / Create distribution (push) Successful in 1m10s
Test / Sandbox (push) Successful in 3m4s
Test / ShareFS (push) Successful in 3m54s
Test / Hakurei (push) Successful in 4m0s
Test / Sandbox (race detector) (push) Successful in 2m29s
Test / Hakurei (race detector) (push) Successful in 3m34s
Test / Flake checks (push) Successful in 1m25s
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:
@@ -14,10 +14,6 @@ package python-buildcatrust {
|
|||||||
|
|
||||||
exec = pip {};
|
exec = pip {};
|
||||||
|
|
||||||
inputs = [
|
inputs = [ python-flit-core ];
|
||||||
python,
|
|
||||||
python-flit-core,
|
|
||||||
];
|
|
||||||
|
|
||||||
runtime = [ python ];
|
runtime = [ python ];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -209,7 +209,6 @@ func (s *S) newPythonPackage(
|
|||||||
|
|
||||||
ID: id,
|
ID: id,
|
||||||
}, t.NewPackage(name, version, source, attrP, attr, slices.Concat(
|
}, t.NewPackage(name, version, source, attrP, attr, slices.Concat(
|
||||||
P{Python},
|
|
||||||
extra,
|
extra,
|
||||||
build,
|
build,
|
||||||
)...)
|
)...)
|
||||||
|
|||||||
Reference in New Issue
Block a user