Skip to content

Commit

Permalink
Merge branch 'release/v5.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Feb 18, 2022
2 parents 27fd345 + 4cdb988 commit 6af5c4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion builder/frameworks/freedom-e-sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
except ImportError:
env.Execute(
env.VerboseAction(
"$PYTHONEXE -m pip install pyparsing==2.4.5 Jinja2==2.10.1",
# Note: a specific version of MarkupSafe is requrired to avoid
# the ImportError of 'soft_unicode' in Jinja2
"$PYTHONEXE -m pip install pyparsing==2.4.5 MarkupSafe==2.0.1 Jinja2==2.10.1",
"Installing Freedom E SDK's Python dependencies",
)
)
Expand Down
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-sifive.git"
},
"version": "5.1.0",
"version": "5.1.1",
"frameworks": {
"freedom-e-sdk": {
"package": "framework-freedom-e-sdk",
Expand Down

0 comments on commit 6af5c4d

Please sign in to comment.