From 3cb9475f257461a2ff9c98cb82b51aaa34a0dba8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:39 -0400 Subject: [PATCH] python3-fuse: rebuild for Python 3.9 --- srcpkgs/python3-fuse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template index 918234dee10..6b39962f4e3 100644 --- a/srcpkgs/python3-fuse/template +++ b/srcpkgs/python3-fuse/template @@ -1,7 +1,7 @@ # Template file for 'python3-fuse' pkgname=python3-fuse version=0.3.1 -revision=5 +revision=6 wrksrc=python-fuse-$version build_style=python3-module hostmakedepends="pkg-config python3-setuptools"