From: Daniel Dickman Subject: Re: productivity/khal missing dependencies To: Johan Huldtgren Cc: jung@openbsd.org, ports@openbsd.org Date: Sun, 21 Apr 2024 17:32:53 -0400 On Sun, 21 Apr 2024, Johan Huldtgren wrote: > hello, > > i don't use ikhal very often, so I'm not sure how new this issue is, > but after upgrading to latest -current and packages ikhal would die > with: From the stack trace, the problem is actually that the urwid port is missing those dependencies rather than being an issue in khal. I checked the urwid port and indeed the requiremenst.txt file lists those as being RDEPs. I've just committed a fix to the py-urwid port which should hopefully solve the issue you ran into. Thanks for the report!