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