From 6e7191035cd34a4fcaed62e1054f9a5045802e1c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 23 Dec 2019 18:05:01 +0100 Subject: [PATCH] python-fuse: rebuild for Python 3.8.1. --- srcpkgs/python-fuse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-fuse/template b/srcpkgs/python-fuse/template index 6449cc36a02..2e99e9866d3 100644 --- a/srcpkgs/python-fuse/template +++ b/srcpkgs/python-fuse/template @@ -1,7 +1,7 @@ # Template file for 'python-fuse' pkgname=python-fuse version=0.3.1 -revision=3 +revision=4 build_style=python-module pycompile_module="fuseparts fuse.py" hostmakedepends="pkg-config python-setuptools python3-setuptools"