From: Bjorn Ketelaars Subject: Re: sabnzbd-4.3.3 on -stable fails with import of apprise module To: Stuart Henderson Cc: ports@openbsd.org Date: Thu, 17 Oct 2024 19:08:07 +0200 On Thu 17/10/2024 17:27, Stuart Henderson wrote: > On 2024/10/17 16:07, Mikolaj Kucharski wrote: > > OpenBSD 7.6 (GENERIC.MP) #338: Mon Sep 30 08:55:35 MDT 2024 > > deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > > > # pkg_info -qI sabnzbd > > sabnzbd-4.3.3 > > > > I am not sure is this some kind of setting which I have, but this > > machine was upgraded recently from OpenBSD OpenBSD 7.5 to 7.6 and > > noticed that sabnzbd now doesn't start. It was working before on 7.5. > > > > # rcctl -d restart sabnzbd > ... > > ModuleNotFoundError: No module named 'apprise' > > Looks like it's used for some notify stuff. > > Seems maybe useful - net/py-apprise port attached. 2 nits below. With this OK bket@ Builds and passes all tests Thank you! diff --git Makefile Makefile index 7c3fd37d5cf..46f9eab3834 100644 --- Makefile +++ Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= devel/py-certifi${MODPY_FLAVOR} \ www/py-requests-oauthlib${MODPY_FLAVOR} \ devel/py-click${MODPY_FLAVOR} \ textproc/py-markdown${MODPY_FLAVOR} \ - textproc/py-yaml${MODPY_FLAVOR} \ -TEST_DEPENDS= devel/py-test-mock ${MODPY_FLAVOR} + textproc/py-yaml${MODPY_FLAVOR} +TEST_DEPENDS= devel/py-test-mock${MODPY_FLAVOR} .include