-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(robot-server): fix mqtt dependencies (#14384)
We need to add paho-mqtt as an install dep in our setup.py for good-practice reasons and to fix it in the pipfile.lock. More importantly, we need to add it as a buildroot dep in the local buildroot toolchain file so the OT-2 gets it, since otherwise the server can't boot because it won't be present when notification_client tries to import it. Closes RQA-2270
- Loading branch information
Showing
4 changed files
with
73 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters