Bug 1221433 - [python-jirafs] Missing dependency PIL
Summary: [python-jirafs] Missing dependency PIL
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Python (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Python maintainers (group account)
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-14 16:43 UTC by Matej Cepl
Modified: 2024-05-06 11:02 UTC (History)
1 user (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 Matej Cepl 2024-03-14 16:43:57 UTC
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~$
Comment 1 OBSbugzilla Bot 2024-03-14 19:35:05 UTC
This is an autogenerated message for OBS integration:
This bug (1221433) was mentioned in
https://build.opensuse.org/request/show/1158063 Factory / python-jirafs
Comment 2 Daniel Garcia 2024-05-06 11:02:38 UTC
This is fixed now.