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