From ae9314c39a43cd24f40ca6217d4efc66a720ef5d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 28 Jan 2021 14:48:20 -0500 Subject: [PATCH] duplicity: specify all python3 hostmakedepends --- srcpkgs/duplicity/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index fa066c26750..85bfe131638 100644 --- a/srcpkgs/duplicity/template +++ b/srcpkgs/duplicity/template @@ -1,9 +1,9 @@ # Template file for 'duplicity' pkgname=duplicity version=0.8.18 -revision=1 +revision=2 build_style=python3-module -hostmakedepends="gettext python3-setuptools" +hostmakedepends="gettext python3-setuptools_scm" makedepends="python3-devel librsync-devel" depends="python3-fasteners gnupg python3-future python3-urllib3" short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"