From 1c0a8bab36f5c8336c63497c020bf549d927e9bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:22 -0400 Subject: [PATCH] python-urwid: rebuild for Python 3.9 --- srcpkgs/python-urwid/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template index 4fac8137bc6..7250dfc3306 100644 --- a/srcpkgs/python-urwid/template +++ b/srcpkgs/python-urwid/template @@ -1,7 +1,7 @@ # Template file for 'python-urwid' pkgname=python-urwid version=2.1.0 -revision=1 +revision=2 wrksrc="urwid-${version}" build_style="python-module" hostmakedepends="python-setuptools python3-setuptools"