From 958610f0a6519ff3b6d14c886bce9a5ed9033d5f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:17 -0400 Subject: [PATCH] python-evdev: rebuild for Python 3.9 --- srcpkgs/python-evdev/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template index 11770a1ad4b..ded33276800 100644 --- a/srcpkgs/python-evdev/template +++ b/srcpkgs/python-evdev/template @@ -1,7 +1,7 @@ # Template file for 'python-evdev' pkgname=python-evdev version=1.2.0 -revision=3 +revision=4 build_style=python-module pycompile_module="evdev" hostmakedepends="python-setuptools python3-setuptools"