Bug 1216677 - python3-yamllint "No module named 'pkg_resources'"
Summary: python3-yamllint "No module named 'pkg_resources'"
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Distribution
Classification: openSUSE
Component: Python (show other bugs)
Version: Leap 15.5
Hardware: Other openSUSE Leap 15.5
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Daniel Garcia
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-28 18:00 UTC by Georg Pfuetzenreuter
Modified: 2023-11-06 08:53 UTC (History)
3 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georg Pfuetzenreuter 2023-10-28 18:00:16 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
Comment 2 Marcus Meissner 2023-11-02 20:05:00 UTC
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
Comment 3 Marcus Meissner 2023-11-02 20:05:20 UTC
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
Comment 4 Daniel Garcia 2023-11-06 08:53:01 UTC
This problem should be fixed now.