kamilion/customizer

Deprecated dependency: python3.6 on Ubuntu 19.04

RogueScholar opened this issue · 1 comments

Ubuntu Disco switches to python3.7 as its default python3 runtime, so the deb package needs to be updated to accept either python3.6 OR python3.7 as a dependency.

I have no idea how to do that.

https://github.com/kamilion/customizer/blob/master/debian/control#L15
using ${python3:Depends} Does not seem to specify any specific python version other than 3.x.

Is it just as simple as regenerating the .deb?