Hi Remi,
When I was doing the lkft upgrade this morning I noticed that there is a Buster dependency for LAVA. One of the workers had somehow been missed out on the Buster upgrade and was still on Stretch. I discovered the following:
lava-dispatcher : Depends: python3-requests (>= 2.20.0) but 2.12.4-1 is to be installed
Does this mean we really have to check for Debian version 10.0 or later for remote, bare metal, workers?
Thanks
Dave
---------------- Dave Pigott LAVA Lab Lead Linaro Ltd t: (+44) (0) 1223 400063
Hello Dave,
I just tried on a fresh debian:stretch-backports docker container and it does install well if you ask to install from stretch-backports.
This will pull python3-requests from stretch-backports [...] Get:302 http://cdn-fastly.deb.debian.org/debian stretch-backports/main amd64 python3-requests all 2.21.0-1~bpo9+1 [66.9 kB] [...]
So if lava-dispatcher can't upgrade properly, just force the install of python3-requests from stretch-backports with: apt-get install -t stretch-backports python3-requests
Cheers
Le mar. 6 août 2019 à 11:40, Dave Pigott dave.pigott@linaro.org a écrit :
lava-devel@lists.lavasoftware.org