apt-clone icon indicating copy to clipboard operation
apt-clone copied to clipboard

Run lsb_release as command if the Python module is not available

Open gioele opened this issue 3 years ago • 0 comments

apt-clone currently fails when the lsb_release Python module is not available, as it is the case since 2022-09-26 in Debian unstable.

The attached patch makes apt-clone use the lsb_release command when the namesake Python module is not available.

Fixes: #1021060

gioele avatar Oct 01 '22 11:10 gioele