FS#79791 - [ipython] Missing python-decorator dependency

Attached to Project: Arch Linux
Opened by Fabian (fagu) - Wednesday, 27 September 2023, 09:30 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 27 September 2023, 12:20 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
This package should depend on python-decorator.

Additional info:
* package version(s)
8.15.0-2

Steps to reproduce:

In the python shell:
>>> import IPython
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.11/site-packages/IPython/__init__.py", line 54, in <module>
from .terminal.embed import embed
File "/usr/lib/python3.11/site-packages/IPython/terminal/embed.py", line 15, in <module>
from IPython.core.interactiveshell import DummyMod, InteractiveShell
File "/usr/lib/python3.11/site-packages/IPython/core/interactiveshell.py", line 72, in <module>
from IPython.core.formatters import DisplayFormatter
File "/usr/lib/python3.11/site-packages/IPython/core/formatters.py", line 19, in <module>
from decorator import decorator
ModuleNotFoundError: No module named 'decorator'

See also:
https://github.com/ipython/ipython/blob/b6d55c26b65f02628d6cfa2e8975ed37a97e898c/setup.cfg#L35
This task depends upon

Closed by  Antonio Rojas (arojas)
Wednesday, 27 September 2023, 12:20 GMT
Reason for closing:  Fixed
Additional comments about closing:  ipython 8.15.0-3

Loading...