From d4659bbac59297a2464d67fa79935dc762c8b1e4 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template index 051fcee017f5..7211c9301db6 100644 --- a/srcpkgs/python3-notify2/template +++ b/srcpkgs/python3-notify2/template @@ -1,11 +1,11 @@ # 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"