From 77401a326a06c70120a3689085a99aefcb986115 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH] gandi-cli: rebuild for Python 3.10 --- srcpkgs/gandi-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template index 1350627bba1..71cbc44cc7d 100644 --- a/srcpkgs/gandi-cli/template +++ b/srcpkgs/gandi-cli/template @@ -1,7 +1,7 @@ # Template file for 'gandi-cli' pkgname=gandi-cli version=1.6 -revision=1 +revision=2 wrksrc="gandi.cli-${version}" build_style=python3-module hostmakedepends="python3-docutils python3-setuptools"