From: Simon Parrer Subject: toot-0.48.1 To: ports@openbsd.org Date: Fri, 14 Mar 2025 06:29:27 +0100 Hello, I update my OpenBSD to the last current Version OpenBSD 7.7-beta (GENERIC.MP) #591: now when I try to start toot tui this happens. I hope someone can help me. Traceback (most recent call last): File "/usr/local/bin/toot", line 5, in from toot.cli import cli File "/usr/local/lib/python3.12/site-packages/toot/cli/__init__.py", line 12, in from toot.output import print_warning File "/usr/local/lib/python3.12/site-packages/toot/output.py", line 9, in from toot.entities import Account, Instance, List, Notification, Poll, Status File "/usr/local/lib/python3.12/site-packages/toot/entities.py", line 23, in from toot.utils.datetime import parse_datetime File "/usr/local/lib/python3.12/site-packages/toot/utils/datetime.py", line 5, in from dateutil.parser import parse ModuleNotFoundError: No module named 'dateutil' Before the Update it works without problems. Many Thanks and best regards Simon