From 960a3510c73de306a68557fb86e1990daae6f88b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 28 Jan 2021 14:48:21 -0500 Subject: [PATCH] todoman: specify all python3 hostmakedepends --- srcpkgs/todoman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template index 4eecfc758b2..1236479016a 100644 --- a/srcpkgs/todoman/template +++ b/srcpkgs/todoman/template @@ -1,9 +1,9 @@ # Template file for 'todoman' pkgname=todoman version=3.8.0 -revision=2 +revision=3 build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm" depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime python3-atomicwrites python3-click-repl python3-configobj python3-click-log python3-dateutil python3-tabulate python3-humanize"