From 32b4f852af4723f81edcba3359f1266799f0175a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:12 -0400 Subject: [PATCH] python3-uritools: rebuild for Python 3.9 --- srcpkgs/python3-uritools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template index 5b02548be87..761a8f4a179 100644 --- a/srcpkgs/python3-uritools/template +++ b/srcpkgs/python3-uritools/template @@ -1,7 +1,7 @@ # Template file for 'python3-uritools' pkgname=python3-uritools version=3.0.0 -revision=1 +revision=2 wrksrc="uritools-${version}" build_style=python3-module hostmakedepends="python3-setuptools"