mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
pin to setuptools<59
This commit is contained in:
parent
43f05bb600
commit
7b6ada0546
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ def _upgrade_pip_setuptools_and_wheel(session, upgrade=True):
|
|||
install_command.extend(
|
||||
[
|
||||
"pip>=20.2.4,<21.2",
|
||||
"setuptools!=50.*,!=51.*,!=52.*",
|
||||
"setuptools!=50.*,!=51.*,!=52.*,<59",
|
||||
"wheel",
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue