FS#71451 - [mypy] Add missing python-toml dependency

Attached to Project: Community Packages
Opened by Link Mauve (linkmauve) - Tuesday, 06 July 2021, 11:12 GMT
Last edited by Morten Linderud (Foxboron) - Friday, 09 July 2021, 11:55 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Morten Linderud (Foxboron)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
mypy’s config_parser depends on toml, which isn’t currently a dependency of this package, making mypy unusable without installing it.

Additional info:
* package version(s)
0.910-1
* config and/or log files etc.
...
File "/usr/lib/python3.9/site-packages/mypy/config_parser.py", line 10, in <module>
import toml
ModuleNotFoundError: No module named 'toml'
* link to upstream bug report, if any
N/A

Steps to reproduce:
% pacman -S mypy
% mypy some_python_file
This task depends upon

Closed by  Morten Linderud (Foxboron)
Friday, 09 July 2021, 11:55 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.910-2

Loading...