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