Skip to content

Commit

Permalink
fix: add missing python3-yaml to runtime dependencies (LP: #2084586) (#…
Browse files Browse the repository at this point in the history
…280)

python3-yaml is required for snap management when parsing snap
assertions. Without it, the landscape-client service fails to start.
It's often already installed in Ubuntu installations, so sometimes it
works without being an explicit dependency.
This change ensures that it is an installed dependency.
  • Loading branch information
Perfect5th authored Oct 15, 2024
1 parent eb40271 commit 30ab0dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ Depends: ${python3:Depends}, ${misc:Depends}, ${extra:Depends},
${shlibs:Depends},
landscape-common (= ${binary:Version}),
python3-pycurl,
python3-dbus
python3-dbus,
python3-yaml
Description: Landscape administration system client
Landscape is a web-based tool for managing Ubuntu systems. This
package is necessary if you want your machine to be managed in a
Expand Down

0 comments on commit 30ab0dd

Please sign in to comment.