We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 230b4be + 1b956ca commit 9f0efb4Copy full SHA for 9f0efb4
1 file changed
lib/packages.cf
@@ -414,9 +414,9 @@ bundle common pip_knowledge
414
vars:
415
"call_pip" string => "$(paths.path[pip])";
416
417
- "pip_list_name_regex" string => "^([[:alnum:]-_]+)\s\([\d.]+\)";
418
- "pip_list_version_regex" string => "^[[:alnum:]-_]+\s\(([\d.]+)\)";
419
- "pip_installed_regex" string => "^([[:alnum:]-_]+\s\([\d.]+\))";
+ "pip_list_name_regex" string => "^([[:alnum:]\-_]+)\s\([\d.]+\)";
+ "pip_list_version_regex" string => "^[[:alnum:]\-_]+\s\(([\d.]+)\)";
+ "pip_installed_regex" string => "^([[:alnum:]\-_]+\s\([\d.]+\))";
420
}
421
422
bundle common solaris_knowledge
0 commit comments