Skip to content

Commit

Permalink
fix(flutter_plugin): add curl to build-packages (#4804)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq authored May 10, 2024
1 parent bc06b52 commit cda1cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions snapcraft/parts/plugins/flutter_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def get_build_snaps(self) -> Set[str]:
def get_build_packages(self) -> Set[str]:
return {
"clang",
"curl",
"git",
"cmake",
"ninja-build",
Expand Down
1 change: 1 addition & 0 deletions tests/unit/parts/plugins/test_flutter_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def test_get_build_packages(part_info):
plugin = FlutterPlugin(properties=properties, part_info=part_info)
assert plugin.get_build_packages() == {
"clang",
"curl",
"git",
"cmake",
"ninja-build",
Expand Down

0 comments on commit cda1cd5

Please sign in to comment.