Skip to content

Commit

Permalink
Removed PyYAML from charm-binary-python-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloneppel committed Jul 18, 2023
1 parent 57ac4cd commit afc861b
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 21 deletions.
1 change: 0 additions & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ parts:
charm:
charm-binary-python-packages:
- pydantic
- PyYAML # https://github.com/yaml/pyyaml/issues/601
build-packages:
- rustc
- cargo
Expand Down
1 change: 0 additions & 1 deletion tests/integration/application-charm/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ parts:
charm:
charm-binary-python-packages:
- psycopg[binary]
- PyYAML # https://github.com/yaml/pyyaml/issues/601
4 changes: 0 additions & 4 deletions tests/integration/application-s3-charm/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ bases:
run-on:
- name: "ubuntu"
channel: "22.04"
parts:
charm:
charm-binary-python-packages:
- PyYAML # https://github.com/yaml/pyyaml/issues/601
4 changes: 1 addition & 3 deletions tests/integration/database-charm/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ bases:
channel: "22.04"
parts:
charm:
charm-binary-python-packages:
- psycopg2-binary==2.9.3
- PyYAML # https://github.com/yaml/pyyaml/issues/601
charm-binary-python-packages: [psycopg2-binary==2.9.3]
4 changes: 0 additions & 4 deletions tests/integration/kafka-charm/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ bases:
run-on:
- name: "ubuntu"
channel: "22.04"
parts:
charm:
charm-binary-python-packages:
- PyYAML # https://github.com/yaml/pyyaml/issues/601
4 changes: 0 additions & 4 deletions tests/integration/opensearch-charm/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ bases:
run-on:
- name: "ubuntu"
channel: "22.04"
parts:
charm:
charm-binary-python-packages:
- PyYAML # https://github.com/yaml/pyyaml/issues/601
4 changes: 0 additions & 4 deletions tests/integration/s3-charm/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ bases:
- name: "ubuntu"
channel: "20.04"
architectures: [amd64]
parts:
charm:
charm-binary-python-packages:
- PyYAML # https://github.com/yaml/pyyaml/issues/601

0 comments on commit afc861b

Please sign in to comment.