From 2bb62b75b47b2b5222301a6bc194a6c6aa3c13f5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:00 -0400 Subject: [PATCH] python3-pyinfra: rebuild for Python 3.9 --- srcpkgs/python3-pyinfra/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template index e085cae288e..dc4a1ec9858 100644 --- a/srcpkgs/python3-pyinfra/template +++ b/srcpkgs/python3-pyinfra/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyinfra' pkgname=python3-pyinfra version=1.1.2 -revision=1 +revision=2 wrksrc="pyinfra-${version}" build_style=python3-module hostmakedepends="python3-setuptools"