We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27fd345 + 4cdb988 commit 6af5c4dCopy full SHA for 6af5c4d
builder/frameworks/freedom-e-sdk.py
@@ -34,7 +34,9 @@
34
except ImportError:
35
env.Execute(
36
env.VerboseAction(
37
- "$PYTHONEXE -m pip install pyparsing==2.4.5 Jinja2==2.10.1",
+ # 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",
40
"Installing Freedom E SDK's Python dependencies",
41
)
42
platform.json
@@ -16,7 +16,7 @@
16
"type": "git",
17
"url": "https://github.com/platformio/platform-sifive.git"
18
},
19
- "version": "5.1.0",
+ "version": "5.1.1",
20
"frameworks": {
21
"freedom-e-sdk": {
22
"package": "framework-freedom-e-sdk",
0 commit comments