remhind: add missing dep, enable tests

This commit is contained in:
icp 2022-08-27 01:29:18 +05:30 committed by Đoàn Trần Công Danh
parent e08ad7bf55
commit daa168ce5d

View file

@ -1,11 +1,12 @@
# Template file for 'remhind' # Template file for 'remhind'
pkgname=remhind pkgname=remhind
version=0.1.1 version=0.1.1
revision=3 revision=4
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel" hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
depends="python3-icalendar python3-dateutil python3-gobject python3-toml 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" short_desc="Notification daemon of events stored in directories"
maintainer="Stacy Harper <contact@stacyharper.net>" maintainer="Stacy Harper <contact@stacyharper.net>"
license="GPL-3.0-only" license="GPL-3.0-only"