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

snapcraft: add python-uefivars #324

Merged
merged 2 commits into from Feb 20, 2024

Conversation

mihalicyn
Copy link
Member

We need it for "lxc config uefi <...>" extension

There is some trickiness around this thing, because for some reason snapcraft is going crazy and everything that builds after "uefivars" starts to fail with some Python errors (failed to find package XYZ).

I have workarounded it by adding "after" specifier for uefivars part.

@mihalicyn
Copy link
Member Author

I have no posted a PR for LXD yet, but I'll do that in next few days. It's safe to merge this before that as here we are just adding a new component.

Copy link
Member

@simondeziel simondeziel left a comment

Choose a reason for hiding this comment

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

Agreed on the version pinning suggested by Din.

As for this new part, it should be noted that once on core24, we will be able to use the python3-uefivars package instead :)

Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
We need it for "lxc config uefi <...>" extension

There is some trickiness around this thing, because
for some reason snapcraft is going crazy and everything
that builds after "uefivars" starts to fail with some
Python errors (failed to find package XYZ).

I have workarounded it by adding "after" specifier
for uefivars part.

Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Copy link
Member

@tomponline tomponline left a comment

Choose a reason for hiding this comment

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

Thanks!

@tomponline tomponline merged commit 01e9d81 into canonical:latest-edge Feb 20, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants