FS#78783 - python-pudb miss a depend python-urwid_readline

Attached to Project: Arch Linux
Opened by Wu Zhenyu (Freed) - Thursday, 15 June 2023, 06:30 GMT
Last edited by Toolybird (Toolybird) - Thursday, 15 June 2023, 06:32 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

urwid_readline is a depend of python-pudb.

```
│ /usr/lib/python3.11/site-packages/pudb/debugger.py:837 in __init__ │
│ │
│ 834 │ │ │
│ 835 │ │ self.cmdline_contents = urwid.SimpleFocusListWalker([]) │
│ 836 │ │ self.cmdline_list = urwid.ListBox(self.cmdline_contents) │
│ ❱ 837 │ │ import urwid_readline │
│ 838 │ │ self.cmdline_edit = urwid_readline.ReadlineEdit([ │
│ 839 │ │ │ ("command line prompt", ">>> ") │
│ 840 │ │ │ ]) │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
ModuleNotFoundError: No module named 'urwid_readline'
```

Additional info:
* package version(s)
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
This task depends upon

Closed by  Toolybird (Toolybird)
Thursday, 15 June 2023, 06:32 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#72666 

Loading...