forked from rosa/hakurei
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>
This commit is contained in:
@@ -14,10 +14,6 @@ package python-buildcatrust {
|
||||
|
||||
exec = pip {};
|
||||
|
||||
inputs = [
|
||||
python,
|
||||
python-flit-core,
|
||||
];
|
||||
|
||||
inputs = [ python-flit-core ];
|
||||
runtime = [ python ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user