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

fix: add missing build packages to the snap #221

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

st3v3nmw
Copy link
Collaborator

@st3v3nmw st3v3nmw commented Feb 28, 2024

When running make snap-debug, we're getting the following error:

:: dpkg-checkbuilddeps: error: Unmet build dependencies: python3-pycurl python3-netifaces python3-yaml ubuntu-advantage-tools locales-all python3-dbus
:: dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
:: dpkg-buildpackage: warning: (Use -d flag to override.)

Likely due to the extra dependencies added here:

Build-Depends: debhelper (>= 11), po-debconf, libdistro-info-perl,
               dh-python, python3-dev, python3-distutils-extra,
               lsb-release, gawk, net-tools,
               python3-apt, python3-twisted, python3-configobj,
               python3-pycurl, python3-netifaces, python3-yaml,
               ubuntu-advantage-tools, locales-all, python3-dbus

Copy link
Contributor

@Perfect5th Perfect5th left a comment

Choose a reason for hiding this comment

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

LGTM, though I'm not sure this alone gets the build fixed.

@Perfect5th Perfect5th merged commit e67d1c3 into canonical:master Mar 1, 2024
5 checks passed
@st3v3nmw st3v3nmw deleted the include-missing-build-deps branch March 2, 2024 09:01
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.

2 participants