From ee719586e82052b28feb395b2434a8f0c520874f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:20 -0400 Subject: [PATCH] python-pyglet: rebuild for Python 3.9 --- srcpkgs/python-pyglet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template index d3fc17b6a15..947f81ea642 100644 --- a/srcpkgs/python-pyglet/template +++ b/srcpkgs/python-pyglet/template @@ -1,7 +1,7 @@ # Template file for 'python-pyglet' pkgname=python-pyglet version=1.4.10 -revision=2 +revision=3 wrksrc="pyglet-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools unzip"