Allow direct split source package installation through repository entries

This commit is contained in:
2025-05-02 20:43:24 +03:00
parent d8a42c780d
commit 2e416b9e6f
3 changed files with 100 additions and 20 deletions
-4
View File
@@ -83,10 +83,6 @@ func InstallPackages(rootDir string, installationReason InstallationReason, rein
continue
}
if entry.Info.IsSplitPackage() {
return nil, fmt.Errorf("direct split source package installation has not been implemented")
}
operation.AppendAction(&FetchPackageAction{
IsDependency: false,
RepositoryEntry: entry,