From c2522cb76cec2e4491e7e4b064050da477fd29d8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:40 -0400 Subject: [PATCH] aws-cli: rebuild for Python 3.10 --- srcpkgs/aws-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template index 8ead2d8ff4a..67550003bd4 100644 --- a/srcpkgs/aws-cli/template +++ b/srcpkgs/aws-cli/template @@ -1,7 +1,7 @@ # Template file for 'aws-cli' pkgname=aws-cli version=1.18.125 -revision=2 +revision=3 wrksrc="aws-cli-${version}" build_style=python3-module hostmakedepends="python3-setuptools"