urlwatch: Add missing runtime dependency

This commit is contained in:
maxice8 2017-11-09 11:51:01 -02:00 committed by Leаh Neukirchen
parent 9e330ffa8b
commit f9c3fb8e7f

View File

@ -1,12 +1,12 @@
# Template file for 'urlwatch'
pkgname=urlwatch
version=2.7
revision=2
revision=3
noarch=yes
build_style=python3-module
pycompile_module="urlwatch"
hostmakedepends="python3-setuptools"
depends="python3-keyring python3-requests python3-yaml python3-minidb"
depends="python3-keyring python3-requests python3-yaml python3-minidb python3-appdirs"
short_desc="Tool for monitoring webpages for updates"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="BSD"