From b3f0360a05230dde609eb0e3fabf3a5d92792f94 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 13 Mar 2026 12:39:36 +0900 Subject: internal/rosa: populate runtime dependencies This also removes manually resolved indirect dependencies. Signed-off-by: Ophestra --- internal/rosa/fuse.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'internal/rosa/fuse.go') diff --git a/internal/rosa/fuse.go b/internal/rosa/fuse.go index 62b971c0..06c53e23 100644 --- a/internal/rosa/fuse.go +++ b/internal/rosa/fuse.go @@ -24,10 +24,6 @@ func (t Toolchain) newFuse() (pkg.Artifact, string) { // this project uses pytest SkipTest: true, }, - PythonIniConfig, - PythonPackaging, - PythonPluggy, - PythonPygments, PythonPyTest, KernelHeaders, -- cgit v1.3.1