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