diff --git a/python-streamdeck.changes b/python-streamdeck.changes index 6b13dca..fe4ac74 100644 --- a/python-streamdeck.changes +++ b/python-streamdeck.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 19 09:32:34 UTC 2023 - Frederic Crozat + +- Add requires on libhidapi-libusb0, its shared library is loaded + dynamically by python module and is a must for this module to + work properly. + ------------------------------------------------------------------- Tue Jul 18 13:08:32 UTC 2023 - Dirk Müller diff --git a/python-streamdeck.spec b/python-streamdeck.spec index 09bb297..35b0994 100644 --- a/python-streamdeck.spec +++ b/python-streamdeck.spec @@ -29,6 +29,7 @@ BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch +Requires: libhidapi-libusb0 %python_subpackages %description