From cb1463f7277c4b2c4ab3a8d0aa631eb019995fc3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:44 -0400 Subject: [PATCH] python3-inotify: rebuild for Python 3.9 --- srcpkgs/python3-inotify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template index f714203427d..69f75393576 100644 --- a/srcpkgs/python3-inotify/template +++ b/srcpkgs/python3-inotify/template @@ -1,7 +1,7 @@ # Template file for 'python3-inotify' pkgname=python3-inotify version=0.9.6 -revision=5 +revision=6 wrksrc="pyinotify-${version}" build_style=python3-module hostmakedepends="python3-setuptools"