From c7b450c5a1612ee297381e6df9189caae8bf4562 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:14 -0400 Subject: [PATCH] python3-websocket-client: rebuild for Python 3.9 --- srcpkgs/python3-websocket-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template index feefd2fb518..82c02ff9f6e 100644 --- a/srcpkgs/python3-websocket-client/template +++ b/srcpkgs/python3-websocket-client/template @@ -1,7 +1,7 @@ # Template file for 'python3-websocket-client' pkgname=python3-websocket-client version=0.56.0 -revision=3 +revision=4 wrksrc="websocket_client-${version}" build_style=python3-module hostmakedepends="python3-setuptools"