From daa168ce5df6ba445d3742759b31800e27fac757 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 27 Aug 2022 01:29:18 +0530 Subject: [PATCH] remhind: add missing dep, enable tests --- srcpkgs/remhind/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template index fc490d8f96b..95822e0a45c 100644 --- a/srcpkgs/remhind/template +++ b/srcpkgs/remhind/template @@ -1,11 +1,12 @@ # Template file for 'remhind' pkgname=remhind version=0.1.1 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel" depends="python3-icalendar python3-dateutil python3-gobject python3-toml - python3-tzlocal python3-xdg-variables python3-inotify python3-aionotify" + python3-tzlocal python3-xdg-variables python3-inotify python3-aionotify libnotify" +checkdepends="${depends} python3-freezegun python3-pytest-xdist" short_desc="Notification daemon of events stored in directories" maintainer="Stacy Harper " license="GPL-3.0-only"