File tree Expand file tree Collapse file tree
repos/system_upgrade/cloudlinux/actors/clearpackageconflicts/libraries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,25 +59,6 @@ def alt_python37_handle(package_lookup):
5959 clear_problem_files (problem_files , problem_dirs )
6060
6161
62- def lua_cjson_handle (package_lookup ):
63- """
64- lua-cjson package is conflicting with the incoming lua-cjson package for EL8.
65- """
66- problem_packages = [
67- "lua-cjson"
68- ]
69- problem_files = [
70- "/usr/lib64/lua/5.1/cjson.so" ,
71- "/usr/share/lua/5.1/cjson/tests/bench.lua" ,
72- "/usr/share/lua/5.1/cjson/tests/genutf8.pl" ,
73- "/usr/share/lua/5.1/cjson/tests/test.lua" ,
74- ]
75- problem_dirs = []
76-
77- if problem_packages_installed (problem_packages , package_lookup ):
78- clear_problem_files (problem_files , problem_dirs )
79-
80-
8162def process ():
8263 rpm_lookup = set ()
8364 # Each InstalledRPM is a list of RPM objects.
You can’t perform that action at this time.
0 commit comments