From 401ad9f718e88c1dd086a8d7cb0d2b5201458cc4f9de6303e66aba38ab5d20e8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 19 Jul 2023 11:07:54 +0000 Subject: [PATCH] Accepting request 1099459 from home:fcrozat:branches:devel:languages:python - Add requires on libhidapi-libusb0, its shared library is loaded dynamically by python module and is a must for this module to work properly. OBS-URL: https://build.opensuse.org/request/show/1099459 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-streamdeck?expand=0&rev=6 --- python-streamdeck.changes | 7 +++++++ python-streamdeck.spec | 1 + 2 files changed, 8 insertions(+) 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