|
Bugzilla – Full Text Bug Listing |
| Summary: | [python-jirafs] Missing dependency PIL | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Matej Cepl <mcepl> |
| Component: | Python | Assignee: | Python maintainers (group account) <python-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | daniel.garcia |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
This is an autogenerated message for OBS integration: This bug (1221433) was mentioned in https://build.opensuse.org/request/show/1158063 Factory / python-jirafs This is fixed now. |
tumbleweed-pkg~$ jirafs --help Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/jirafs/cmdline.py", line 16, in <module> from jira.utils import JIRAError File "/usr/lib/python3.11/site-packages/jira/__init__.py", line 11, in <module> from jira.client import ( File "/usr/lib/python3.11/site-packages/jira/client.py", line 44, in <module> from PIL import Image ModuleNotFoundError: No module named 'PIL' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/jirafs", line 5, in <module> from jirafs.cmdline import main File "/usr/lib/python3.11/site-packages/jirafs/cmdline.py", line 18, in <module> from jira.exceptions import JIRAError File "/usr/lib/python3.11/site-packages/jira/__init__.py", line 11, in <module> from jira.client import ( File "/usr/lib/python3.11/site-packages/jira/client.py", line 44, in <module> from PIL import Image ModuleNotFoundError: No module named 'PIL' tumbleweed-pkg~$