Skip to content

Commit

Permalink
remove charm-strict-dependencies (#160)
Browse files Browse the repository at this point in the history
Previously, we've incorrectly set `charm-strict-dependencies=True` without actually pinning our dependencies strictly.  This causes issues with Charmcraft 3.x, which actually enforces that we actuall pin these dependencies.

Fixes #158
  • Loading branch information
ca-scribner authored Aug 7, 2024
1 parent b1da714 commit bdb8daa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ bases:
architectures: ["amd64"]
parts:
charm:
charm-strict-dependencies: true
build-packages:
- git

Expand Down

0 comments on commit bdb8daa

Please sign in to comment.