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