mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
remove hard coded python version in pip error message.
This commit is contained in:
parent
47b84b7f7c
commit
04b83dfc51
2 changed files with 2 additions and 1 deletions
1
changelog/64237.fixed.md
Normal file
1
changelog/64237.fixed.md
Normal file
|
@ -0,0 +1 @@
|
|||
remove the hard coded python version in error.
|
|
@ -174,7 +174,7 @@ def _check_pkg_version_format(pkg):
|
|||
|
||||
if not HAS_PIP:
|
||||
ret["comment"] = (
|
||||
"An importable Python 2 pip module is required but could not be "
|
||||
"An importable Python pip module is required but could not be "
|
||||
"found on your system. This usually means that the system's pip "
|
||||
"package is not installed properly."
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue