Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix packing on new charmcraft versions
Browse files Browse the repository at this point in the history
New minor release of charmcraft requires us to change the code, as it
introduced a breaking change. This patch adds git and updates setuptools
before packing the charm.

See canonical/charmcraft#551 for discussion
  • Loading branch information
heitorPB committed Mar 24, 2022
1 parent a6345a8 commit 0f0c366
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ bases:
channel: "20.04"
- name: "centos"
channel: "7"
parts:
charm:
charm-python-packages: [setuptools]

0 comments on commit 0f0c366

Please sign in to comment.