mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Marshal JSON of package without escapes
Otherwise >, < get escaped as JSON does that in favour of browsers
This commit is contained in:
@@ -354,7 +354,6 @@ func (cs *LuetCompiler) ComputeDepTree(p CompilationSpec) (solver.PackagesAssert
|
||||
|
||||
for _, assertion := range dependencies { //highly dependent on the order
|
||||
if assertion.Value {
|
||||
|
||||
nthsolution, err := s.Install([]pkg.Package{assertion.Package})
|
||||
if err != nil {
|
||||
return nil, errors.Wrap(err, "While computing a solution for "+p.GetPackage().GetName())
|
||||
|
Reference in New Issue
Block a user