Closed issue by PaperMountainStudio on void-packages repository https://github.com/void-linux/void-packages/issues/13209 Description: ### System Some dependencies are missing from the jrnl package. Dependencies I found missing are: python3-setuptools, python3-dateutil python3-pytz python3-tzlocal and keyring.alt which is not packaged for void. I did not dig further, so there might be some more. * xuname: Void 4.19.59_1 x86_64 GenuineIntel uptodate rrrmFFFFFFFFFFFFFFFFFFFFFFF * package: jrnl 1.9.8 ### Expected behavior works ### Actual behavior Traceback (most recent call last): File "/bin/jrnl", line 6, in from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' ### Steps to reproduce the behavior ``` xbps-install jrnl jrnl test ```