Skip to content

Commit 60dd554

Browse files
committed
Oops, wrong serial module
1 parent 63936ec commit 60dd554

File tree

3 files changed

+15
-30
lines changed

3 files changed

+15
-30
lines changed

cc.arduino.arduinoide.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,6 @@
357357
}
358358
]
359359
},
360-
"python3-serial.json"
360+
"python3-pyserial.json"
361361
]
362362
}

python3-pyserial.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "python3-pyserial",
3+
"buildsystem": "simple",
4+
"build-commands": [
5+
"pip3 install --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pyserial\""
6+
],
7+
"sources": [
8+
{
9+
"type": "file",
10+
"url": "https://files.pythonhosted.org/packages/0d/e4/2a744dd9e3be04a0c0907414e2a01a7c88bb3915cbe3c8cc06e209f59c30/pyserial-3.4-py2.py3-none-any.whl",
11+
"sha256": "e0770fadba80c31013896c7e6ef703f72e7834965954a78e71a3049488d4d7d8"
12+
}
13+
]
14+
}

python3-serial.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)