From 741c87a0b2e6e04af2f3bfb592bbdca38726a832 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:24 -0400 Subject: [PATCH] python-pytz: rebuild for Python 3.10 --- srcpkgs/python-pytz/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template index de169d39baa..cc303c56751 100644 --- a/srcpkgs/python-pytz/template +++ b/srcpkgs/python-pytz/template @@ -1,7 +1,7 @@ # Template file for 'python-pytz' pkgname=python-pytz version=2021.3 -revision=1 +revision=2 wrksrc="pytz-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"