Skip to content

Commit

Permalink
feat: add "cargo" to deb build dependencies for charm plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garner-canonical committed Nov 25, 2024
1 parent ad438d6 commit b2415da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charmcraft/parts/plugins/_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def get_build_packages(self) -> set[str]:
"python3-venv",
"python3-wheel",
"libyaml-dev",
"cargo",
}
elif platform.is_yum_based():
try:
Expand Down

0 comments on commit b2415da

Please sign in to comment.