Skip to content

Commit

Permalink
fix: adds Cargo as a build dependency to charmcraft.yaml.
Browse files Browse the repository at this point in the history
This required in order to build the binary wheel(s) required by the
included COS libs.
  • Loading branch information
manadart committed Oct 8, 2024
1 parent cead5b3 commit 62422e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ type: charm
parts:
charm:
charm-python-packages: [setuptools,markdown]
build-packages:
- cargo
bases:
- build-on:
- name: ubuntu
Expand Down

0 comments on commit 62422e1

Please sign in to comment.