python3-notify2: use setuptools

This commit is contained in:
Michal Vasilek 2023-01-18 22:03:05 +01:00
parent 76882b1dfe
commit fa5865fb7e

View file

@ -1,9 +1,9 @@
# 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=5 revision=6
build_style=python3-module build_style=python3-module
hostmakedepends="python3" hostmakedepends="python3-setuptools"
depends="python3-dbus" depends="python3-dbus"
short_desc="Pure Python reimplementation of notify-python" short_desc="Pure Python reimplementation of notify-python"
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>" maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"