Missing dependency on python-platformdirs
Description:
After removing orphaned dependencies and other packages, importing pint failed because it could not find the platformdirs module. Installing python-platformdirs manually fixed the issue.
Additional info:
- package version(s): 4.3.6-2
Steps to reproduce:
- pacman -S python-pint
- In python: import pint (fails)
- pacman -S python-platformdirs
- In python: import pint (succeeds)