New comment by thesnallygaster on void-packages repository https://github.com/void-linux/void-packages/pull/33514#issuecomment-945178805 Comment: As I'm using gajim daily I thought I might as well contribute so I went through both packages and found out a few things. Both python3-Pillow and python3-cairo could be added as they're actually used for some things, I couldn't find anything on python3-distro though. python3-idna and libsoup should be moved to depends of python3-nbxmpp (both stated as runtime dep there; see [here](https://dev.gajim.org/gajim/python-nbxmpp#runtime-requirements); gajim won't start if python3-nbxmpp doesn't find python3-idna, ask me how I know). python3-pyasn1 can be removed as it's not used since at least 2018 (see [here](https://dev.gajim.org/gajim/gajim/-/issues/7841#note_189706)), python3-cssutils can also be removed as it's been replaced with python3-css-parser like 2 years ago (see [here](https://dev.gajim.org/gajim/gajim/-/commit/afbfb63a000b6c1baf2445ac5d794d5b39024495)). Oh, and python3-openssl should be moved to depends of gajim. Everything running just fine after those changes, no weird warnings or anything.