From 93ae5ee6a0f02aa82082169c45a07d7ea3b72236 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Tue, 20 Jul 2021 16:13:02 +0200 Subject: [PATCH] python3-notify2: add a missing dependency --- srcpkgs/python3-notify2/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template index 051fcee017f5..aa119e4ffb25 100644 --- a/srcpkgs/python3-notify2/template +++ b/srcpkgs/python3-notify2/template @@ -1,11 +1,12 @@ # Template file for 'python3-notify2' pkgname=python3-notify2 version=0.3.1 -revision=2 +revision=3 wrksrc="notify2-${version}" build_style=python3-module 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 " license="BSD-2-Clause" homepage="https://notify2.readthedocs.org"