New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/issues/24123#issuecomment-670469740 Comment: > > export DIST_NAME="$(source /etc/os-release && echo "$PRETTY_NAME")" > > I don't see any issue with just setting `DIST_NAME="Void Linux"` directly. I also support setting directly, no need with fiddling anything else. > > QUESTION shouldn't python3-usb depend on libusb or another backend? Correct, it's my mistake. I added `python3-usb` to support `yubikey-manager` and `yubikey-manager` pulls `libusb` in via `pcsc-ccid`, hence, noone noticed the brokenness, I'll fix it. Thanks for the ping.