On 3/30/21 1:46 PM, Andreas Beckmann wrote: > Package: openstack-dashboard > Version: 3:18.6.2-2 > Severity: serious > User: debian...@lists.debian.org > Usertags: piuparts > > Hi, > > during a test with piuparts I noticed your package fails to upgrade from > 'buster'. > It installed fine in 'buster', then the upgrade to 'bullseye' fails. > > This failure was observed during a two-stage upgrade starting with > 'apt-get upgrade'. (Since this has failed, the subsequent > 'apt-get dist-upgrade' was not run). > (A plain upgrade using 'apt-get dist-upgrade' is successful.) > > There are probably some missing versioned dependencies s.t. > openstack-dashboard configuration is attempted with some packages > still at the version from buster.
Hi Andreas, I don't think that's what's going on. Horizon has some trigger mechanismes to run the collect-static and compress jobs, whenever some components are upgraded. Which is what happens when you do "apt-get upgrade". However, at this point, Horizon itself isn't upgraded (it's still the Buster release), and consequently, it fails. It's my opinion that the issue is probably a missing breaks: python3-django-horizon (<< 3:18.6.2) in python3-django. In such case, we probably should reassign the bug to Django, no? Your thoughts? Cheers, Thomas Goirand (zigo)