Skip to content

Commit

Permalink
Added 'packaging' installation due to unresolved dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
igordust authored and sbkok committed Jul 8, 2024
1 parent 824b590 commit 565ac49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ version_report: report_versions
build_deps: .venv
( \
. .venv/bin/activate; \
pip install aws-sam-cli yq; \
pip install aws-sam-cli yq packaging; \
)

deps: .venv
Expand Down

0 comments on commit 565ac49

Please sign in to comment.