From 168df476c2f1b54c17fe4084c44d045207344622 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:16 -0400 Subject: [PATCH] python-decorator: rebuild for Python 3.9 --- srcpkgs/python-decorator/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template index 5cad98c511d..66042864eab 100644 --- a/srcpkgs/python-decorator/template +++ b/srcpkgs/python-decorator/template @@ -1,7 +1,7 @@ # Template file for 'python-decorator' pkgname=python-decorator version=4.4.0 -revision=3 +revision=4 wrksrc="decorator-${version}" build_style=python-module pycompile_module="decorator.py"