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