@@ -2298,7 +2298,7 @@ root_vendor_packages() ->
22982298minimum_vendor_packages () ->
22992299 % % self-contained
23002300 root_vendor_packages () ++
2301- [~ " tcl" , ~ " STL" , ~ " json-test-suite" , ~ " openssl " , ~ " Autoconf" , ~ " wxwidgets" , ~ " jquery" , ~ " jquery-migrate" , ~ " tablesorter" ].
2301+ [~ " tcl" , ~ " STL" , ~ " json-test-suite" , ~ " Autoconf" , ~ " wxwidgets" , ~ " jquery" , ~ " jquery-migrate" , ~ " tablesorter" ].
23022302
23032303test_copyright_not_empty (#{~ " packages" := Packages }) ->
23042304 true = lists :all (fun (#{~ " copyrightText" := Copyright }) -> Copyright =/= ~ " " end , Packages ),
@@ -2722,10 +2722,7 @@ test_package_relations(#{~"packages" := Packages}=Spdx) ->
27222722 end , Relations ),
27232723
27242724 % % test_known_special_cases(),
2725- SpecialCases = [#{~ " relatedSpdxElement" => ~ " SPDXRef-otp-erlinterface" ,
2726- ~ " relationshipType" => ~ " PACKAGE_OF" ,
2727- ~ " spdxElementId" => ~ " SPDXRef-otp-erlinterface-openssl" },
2728- #{~ " relatedSpdxElement" => ~ " SPDXRef-otp-stdlib-test" ,
2725+ SpecialCases = [#{~ " relatedSpdxElement" => ~ " SPDXRef-otp-stdlib-test" ,
27292726 ~ " relationshipType" => ~ " PACKAGE_OF" ,
27302727 ~ " spdxElementId" => ~ " SPDXRef-otp-stdlib-test-json-suite" },
27312728 #{~ " relatedSpdxElement" => ~ " SPDXRef-otp-stdlib" ,
0 commit comments