From b5c551d2937452d1267d07e8253dd7b5827a80b2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:16 -0400 Subject: [PATCH] python3-zeroconf: rebuild for Python 3.9 --- srcpkgs/python3-zeroconf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template index eefb11407e6..845e83651a4 100644 --- a/srcpkgs/python3-zeroconf/template +++ b/srcpkgs/python3-zeroconf/template @@ -1,7 +1,7 @@ # Template file for 'python3-zeroconf' pkgname=python3-zeroconf version=0.28.5 -revision=1 +revision=2 wrksrc="python-zeroconf-${version}" build_style=python3-module hostmakedepends="python3-setuptools"