Skip to content

Commit 88072ea

Browse files
committed
Add python3-paho-mqtt to the required rpm packages
1 parent 1ff93e1 commit 88072ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ $ sudo apt-get install usbrelay
9696
The 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

102102
Other Linux platforms will need to build the source, see below

rpm/usbrelay.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Summary: Python 3 user interface for usbrelay
5555
%package mqtt
5656
Requires: %{name}-common%{_isa} = %{version}-%{release}
5757
Requires: python3-%{name}%{_isa} = %{version}-%{release}
58+
Requires: python3-paho-mqtt
5859
Summary: Support for Home Assistant or nodered with usbrelay
5960
%description mqtt
6061
%{common_description}

0 commit comments

Comments
 (0)