Skip to content

Commit

Permalink
feat: add python3-opencv for obico
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Oct 25, 2023
1 parent 6c95a7b commit 4280db6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/modules/mainsailos/config
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
#### This File is distributed under GPLv3
####

[ -n "$MAINSAILOS_DEPS" ] || MAINSAILOS_DEPS="python3-serial"
#### NOTE:
#### python3-serial is needed later on for possible CAN adapters
#### python3-opencv is needed for moonraker-obico by obico in version 2.0

[ -n "$MAINSAILOS_DEPS" ] || MAINSAILOS_DEPS="python3-serial python3-opencv"

0 comments on commit 4280db6

Please sign in to comment.