From 677e5f7f8c18a7568194b3d360398448330147f0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:21 -0400 Subject: [PATCH] python-rdflib: rebuild for Python 3.9 --- 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 8437ac417c4..c921bf33204 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=4 +revision=5 wrksrc="rdflib-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"