File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ $ sudo apt-get install usbrelay
9696The packages are available in Fedora36+
9797
9898```
99- $ sudo dnf install usbrelay-common usbrelay- python3 usbrelay-mqtt
99+ $ sudo dnf install usbrelay-common python3-usbrelay usbrelay-mqtt
100100```
101101
102102Other Linux platforms will need to build the source, see below
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Summary: Python 3 user interface for usbrelay
5555%package mqtt
5656Requires: %{name }-common%{_isa } = %{version }-%{release }
5757Requires: python3-%{name }%{_isa } = %{version }-%{release }
58+ Requires: python3-paho-mqtt
5859Summary: Support for Home Assistant or nodered with usbrelay
5960%description mqtt
6061%{common_description }
You can’t perform that action at this time.
0 commit comments