Missing dependency
| Task Info (Flyspray) | |
|---|---|
| Opened By | Blair Bonnett (bcb) |
| Task ID | 72666 |
| Type | Bug Report |
| Project | Community Packages |
| Category | Packages |
| Version | None |
| OS | All |
| Opened | 2021-11-08 14:39:55 UTC |
| Status | Assigned |
| Assignee | Felix Yan (felixonmars) |
Details
pudb now requires the urwid_readline library: https://github.com/inducer/pudb/blob/main/setup.py#L26
This requirement was added in the following commit: https://github.com/inducer/pudb/commit/cc09400b9c1434e17271b5b6f422acf25ba09e5d
This is available in the AUR as python-urwid_readline, but not in the main repositories. Without it, commands like pudb.set_trace() do not work.