Open MNS26 opened 1 month ago
The dependencies are generated by cargo-deb - it auto populates based on the Cargo.toml dependencies. I don't personally use Debian (but have tested .deb to check it works) or Fedora. I can only assume that the package names are different between Debian and Fedora.
I don't know if there is a similar tool for Fedora builds or whether you can somehow override the dependency check? Otherwise #26 will remove the libusb dependency, hopefully libc too.
im running into a dependency issue trying to install the deb package. i get the following message when installing
i dont find anything searching for
libc6
i do find packages for libusb but not
libusb
itselfif i run install for
libusb
it goes forlibusb-compat
maybe im missing something obvious?