Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run lsb_release as command if the Python module is not available #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gioele
Copy link

@gioele gioele commented Oct 1, 2022

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant