Bugzilla – Bug 1216677
python3-yamllint "No module named 'pkg_resources'"
Last modified: 2023-11-06 08:53:01 UTC
Hi, python3-yamllint no longer runs on Leap 15.5: ``` $ yamllint Traceback (most recent call last): File "/usr/bin/yamllint", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' $ zypper se -is yamllint S | Name | Type | Version | Arch | Repository ---+------------------+---------+-------------------+--------+---------------- i+ | python3-yamllint | package | 1.22.1-bp155.2.10 | noarch | Main Repository $ grep PRETTY /etc/os-release PRETTY_NAME="openSUSE Leap 15.5" ``` Best, Georg
Related to https://bugzilla.opensuse.org/show_bug.cgi?id=1151703 Fix sent for leap 15.4 and leap 15.5: * https://build.opensuse.org/request/show/1121102 * https://build.opensuse.org/request/show/1121103
openSUSE-RU-2023:0347-1: An update that has two recommended fixes can now be installed. Category: recommended (moderate) Bug References: 1151703,1216677 CVE References: JIRA References: Sources used: openSUSE Backports SLE-15-SP5 (src): python-yamllint-1.22.1-bp155.3.3.1
openSUSE-RU-2023:0346-1: An update that has two recommended fixes can now be installed. Category: recommended (moderate) Bug References: 1151703,1216677 CVE References: JIRA References: Sources used: openSUSE Backports SLE-15-SP4 (src): python-yamllint-1.22.1-bp154.2.3.1
This problem should be fixed now.