Skip to content

Commit

Permalink
Fix tbnobody#283: Fix python error when building firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody authored and stromibaer committed Nov 21, 2022
1 parent 262c746 commit 8079d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_firmware_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
missing_pkgs = required_pkgs - installed_pkgs

if missing_pkgs:
env.Execute('"$PYTHONEXE" -m pip install dulwich --global-option="--pure"')
env.Execute('"$PYTHONEXE" -m pip install dulwich"')

from dulwich import porcelain

Expand Down

0 comments on commit 8079d36

Please sign in to comment.