Skip to content

Commit

Permalink
meta-opentrons/opentrons-robot-server: add python3-pyusb dependency t…
Browse files Browse the repository at this point in the history
…o support the Plate Reader. (#165)
  • Loading branch information
vegano1 authored Aug 27, 2024
1 parent 9f0a08d commit 2ad1ac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ FILES:${PN}:append = " ${systemd_system_unitdir/opentrons-robot-server.service.d
${sysconfdir}/release-notes.md \
"

RDEPENDS:${PN} += " udev python3-numpy python3-systemd nginx python-can python3-pyzmq libgpiod-python python-aionotify mosquitto python-byonoy"
RDEPENDS:${PN} += " udev python3-numpy python3-systemd nginx python-can python3-pyzmq libgpiod-python python-aionotify mosquitto python-byonoy python3-pyusb"

inherit pipenv_app_bundle

0 comments on commit 2ad1ac9

Please sign in to comment.