Skip to content

Commit

Permalink
Add missing dependency (#32)
Browse files Browse the repository at this point in the history
Add dependency that was implicit in charmcraft.yaml

Follow up to #31
  • Loading branch information
carlcsaposs-canonical authored Jul 1, 2024
1 parent 492c564 commit a50c0bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ bases:
- name: ubuntu
channel: "22.04"
architectures: [arm64]
parts:
charm:
charm-strict-dependencies: true
charm-binary-python-packages:
- mysql-connector-python
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ops >= 2.0.0
tenacity==8.1.0
mysql-connector-python~=8.0.33

0 comments on commit a50c0bb

Please sign in to comment.