From 250d4ca14b24afff60cf4824f2ce0ecd16e3a87a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:39 -0400 Subject: [PATCH] python3-flaky: rebuild for Python 3.9 --- srcpkgs/python3-flaky/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template index 9441a9a4322..bc460f455fa 100644 --- a/srcpkgs/python3-flaky/template +++ b/srcpkgs/python3-flaky/template @@ -1,7 +1,7 @@ # Template file for 'python3-flaky' pkgname=python3-flaky version=3.6.1 -revision=3 +revision=4 wrksrc="flaky-${version}" build_style=python3-module hostmakedepends="python3-setuptools"