mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Update Tornado release timeline
This commit is contained in:
parent
e124d34418
commit
e93f5db489
1 changed files with 2 additions and 2 deletions
|
@ -384,8 +384,8 @@ The earliest release of Salt that supports Python3 is `2018.3.4`.
|
||||||
|
|
||||||
Tornado 5/6 Workaround
|
Tornado 5/6 Workaround
|
||||||
----------------------
|
----------------------
|
||||||
Salt does not support tornado>=5.0 currently. This support will not be added until the neon
|
Salt does not support tornado>=5.0 currently. This support will be included in an upcoming release.
|
||||||
release. In order to work around this requirement on OSs that no longer have the tornado 4 package
|
In order to work around this requirement on OSs that no longer have the tornado 4 package
|
||||||
available in their repositories we are pip installing tornado<5.0 in the bootstrap script. This
|
available in their repositories we are pip installing tornado<5.0 in the bootstrap script. This
|
||||||
requires the user to pass -P to the bootstrap script if installing via git to ensure tornado is pip
|
requires the user to pass -P to the bootstrap script if installing via git to ensure tornado is pip
|
||||||
installed. If a user does not pass this argument they will be warned that it is required for the
|
installed. If a user does not pass this argument they will be warned that it is required for the
|
||||||
|
|
Loading…
Add table
Reference in a new issue