Issue with python2-tornado-5.0.2 and Salt
-
On Fedora 28, it wants to update from python2-tornado-4.5.2 to python2-tornado-5.0.2, but can't, because Salt and Salt-Minion require 4.5.2.
I tried updating to 5.0.2 anyways, allowing it to remove Salt:
dnf upgrade --refresh --best --allowerasing
And, it worked fine, but removed Salt and Salt-Minion packages.
Installing Salt-minion will downgrade python2-tornado:
So now I'm stuck with the constant nagging of a package update...
Does anyone know if there's a way to resolve this?
-
What is the need
For tornado? Python has virtualenv in case. You can run an "isolated" version of tornado for your app leaving the system wide version for salt -
Right now, the wait is for Salt to update as there is a known bug with Tornado and they are halfway through resolving it.
Using the --best option does work, I got it to update.
-
@scottalanmiller said in Issue with python2-tornado-5.0.2 and Salt:
Right now, the wait is for Salt to update as there is a known bug with Tornado and they are halfway through resolving it.
Using the --best option does work, I got it to update.
Using --best without --allowerasing?
-
@black3dynamite said in Issue with python2-tornado-5.0.2 and Salt:
@scottalanmiller said in Issue with python2-tornado-5.0.2 and Salt:
Right now, the wait is for Salt to update as there is a known bug with Tornado and they are halfway through resolving it.
Using the --best option does work, I got it to update.
Using --best without --allowerasing?
Use both.
-
Fedora 28 is fixed. Remove salt, and install again. Should be all set.