From fa5865fb7ebada9aa3d694b0b3345ebdc0054433 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 18 Jan 2023 22:03:05 +0100 Subject: [PATCH] python3-notify2: use setuptools --- srcpkgs/python3-notify2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template index d41d86463fa..df7c3895820 100644 --- a/srcpkgs/python3-notify2/template +++ b/srcpkgs/python3-notify2/template @@ -1,9 +1,9 @@ # Template file for 'python3-notify2' pkgname=python3-notify2 version=0.3.1 -revision=5 +revision=6 build_style=python3-module -hostmakedepends="python3" +hostmakedepends="python3-setuptools" depends="python3-dbus" short_desc="Pure Python reimplementation of notify-python" maintainer="Adam Beckmeyer "