python3-notify2: add a missing dependency

This commit is contained in:
Michal Vasilek 2021-07-20 16:13:02 +02:00 committed by Érico Nogueira Rolim
parent 96c2fdbd25
commit 8f41d54645

View file

@ -1,11 +1,12 @@
# Template file for 'python3-notify2' # Template file for 'python3-notify2'
pkgname=python3-notify2 pkgname=python3-notify2
version=0.3.1 version=0.3.1
revision=2 revision=3
wrksrc="notify2-${version}" wrksrc="notify2-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3" hostmakedepends="python3"
short_desc="Python3 pure python reimplimentation of notify-python" depends="python3-dbus"
short_desc="Pure Python reimplementation of notify-python"
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>" maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://notify2.readthedocs.org" homepage="https://notify2.readthedocs.org"