New issue by camthesaxman on void-packages repository https://github.com/void-linux/void-packages/issues/36072 Description: ### System * xuname: `Void 5.15.26_1 x86_64 GenuineIntel uptodate hold rrrmFFFF` * package: *affected package(s) including the version*: `protontricks-1.6.1_1` ### Expected behavior protontricks should work after installing (`xbps-install protontricks`) ### Actual behavior protontricks fails with the error `ModuleNotFoundError: No module named 'pkg_resources'`, and it is not obvious to the user that python3-setuptools is required for that. ### Steps to reproduce the behavior Install protontricks `xbps-install protontricks` while python3-setuptools is not already installed.