python3-notify2: add a missing dependency
This commit is contained in:
parent
96c2fdbd25
commit
8f41d54645
|
@ -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 <adam_gpg@thebeckmeyers.xyz>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://notify2.readthedocs.org"
|
||||
|
|
Loading…
Reference in New Issue