Skip to content

Commit 6af5c4d

Browse files
committed
Merge branch 'release/v5.1.1'
2 parents 27fd345 + 4cdb988 commit 6af5c4d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

builder/frameworks/freedom-e-sdk.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
except ImportError:
3535
env.Execute(
3636
env.VerboseAction(
37-
"$PYTHONEXE -m pip install pyparsing==2.4.5 Jinja2==2.10.1",
37+
# Note: a specific version of MarkupSafe is requrired to avoid
38+
# the ImportError of 'soft_unicode' in Jinja2
39+
"$PYTHONEXE -m pip install pyparsing==2.4.5 MarkupSafe==2.0.1 Jinja2==2.10.1",
3840
"Installing Freedom E SDK's Python dependencies",
3941
)
4042
)

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"type": "git",
1717
"url": "https://github.com/platformio/platform-sifive.git"
1818
},
19-
"version": "5.1.0",
19+
"version": "5.1.1",
2020
"frameworks": {
2121
"freedom-e-sdk": {
2222
"package": "framework-freedom-e-sdk",

0 commit comments

Comments
 (0)