python-pyserial: rebuild for Python 3.9

This commit is contained in:
Andrew J. Hesford 2020-10-07 09:55:20 -04:00
parent ee719586e8
commit b741fa79f8

View file

@ -1,7 +1,7 @@
# Template file for 'python-pyserial' # Template file for 'python-pyserial'
pkgname=python-pyserial pkgname=python-pyserial
version=3.4 version=3.4
revision=4 revision=5
wrksrc="pyserial-${version}" wrksrc="pyserial-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"