Skip to content

Commit 0e7c168

Browse files
authored
Simplify python-meshtastic (remove optional deps) (#17)
1 parent a2867b3 commit 0e7c168

File tree

4 files changed

+1
-111
lines changed

4 files changed

+1
-111
lines changed

depends/python-dotmap/Makefile

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

depends/python-print-color/Makefile

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

depends/python-pyqrcode/Makefile

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

python-meshtastic/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ define Package/python3-meshtastic
3232
DEPENDS:= \
3333
+python3-light +python3-asyncio +python3-decimal +python3-logging \
3434
+python3-pyserial +python3-requests +python3-yaml +python3-bleak \
35-
+python3-tabulate +python3-protobuf +python3-pypubsub \
36-
+python3-dotmap +python3-pyqrcode +python3-print-color
35+
+python3-tabulate +python3-protobuf +python3-pypubsub
3736
endef
3837

3938
define Package/python3-meshtastic/description

0 commit comments

Comments
 (0)