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