Skip to content

Rename hostRequires_list to host_requires_list

Although it does hold a list of "hostRequires", it's a bit ugly that we end up with a variable that has both mixedCase and snake_case in the same name. So, default to the normal Python convention and use "host_requires_list" for the variable.

However, need to keep hostRequires_list temporarily for compatibility reasons.

NOTE: This is just to use the test bot, the "real" pull request is https://github.com/CKI-project/kpet/pull/140

Ref. FASTMOVING-1612

Merge request reports