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

Add pbr fallback #1964

Merged
merged 1 commit into from
Nov 14, 2021
Merged

Add pbr fallback #1964

merged 1 commit into from
Nov 14, 2021

Conversation

Davidy22
Copy link
Collaborator

@Davidy22 Davidy22 commented Nov 1, 2021

Resolves #1962

pbr seems to be an unused dependency after it was removed from the code, but this brings it back into use for at least until python versions < 3.8 get well and truly EOL'd

Copy link
Collaborator

@mlouielu mlouielu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, this should be work for previous version of Python.

@mlouielu
Copy link
Collaborator

BTW, I think we should add smoke test in CI, as they didn't manage to discover in 3.6, 3.7 test

@mlouielu mlouielu added this to the Backlog milestone Nov 14, 2021
@mlouielu mlouielu merged commit 4b29fcc into Guake:master Nov 14, 2021
@Davidy22
Copy link
Collaborator Author

Yeah this is probably fairly easy to add a unit test for.

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.

Guake suddenly not starting any more due to ModuleNotFoundError: No module named 'importlib_metadata'
2 participants