1 Mar
2024
1 Mar
'24
22:09
The package is noarch since it contains no binary, so it always tries to install "libhidapi-hidraw.so.0" and not the 64bit counterpart. On 01/03/2024 22:03, Jan Engelhardt wrote:
On Friday 2024-03-01 21:18, Enrico Belleri wrote:
python-hid in particular requires hidapi libraries but rpmlint complains that I can't name libhidapi-hidraw and libhidapi-libusb explicitly. How to proceed?
hid/__init__.py: 'libhidapi-hidraw.so.0',
therefore
%if "%_lib" == "lib64" Requires: libhidapi-hidraw.so.0()(64bit) %else Requires: libhidapi-hidraw.so.0 %endif
-- Enrico Belleri