We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e8eb67 + 8871aef commit 67d6002Copy full SHA for 67d6002
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