Hi, I ran into a fun dependency problem while preparing an update for syslog-ng. Version 4.0 of syslog-ng includes a few Python scripts to work with Kubernetes log messages. First I prepared syslog-ng 4.0 packages in my home project and there python3-charset-normalizer seem to be available in all still supported distros: https://build.opensuse.org/package/show/home:czanik:syslog-ng-githead/syslog... Then I branched syslog-ng from Base:System and prepared an updated spec file. However, python3-charset-normalizer seems to be missing here for Leap / SLES, only available for Factory / Tumbleweed: https://build.opensuse.org/package/show/home:czanik:branches:Base:System/sys... When searching for it on my Leap 15.4 desktop, it seems to be available: leap154b:~/home:czanik:branches:Base:System/syslog-ng # zypper se python3-charset-normalizer Loading repository data... Reading installed packages... S | Name | Summary | Type --+----------------------------+-----------------------------------+-------- | python3-charset-normalizer | Python Universal Charset detector | package Obviously, my goal is to have syslog-ng 4.0 available in the next openSUSE Leap release. Will I be able to do that? Or python3-charset-normalizer is really missing from Leap? Peter