PyInstaller: rebuild for Python 3.10

This commit is contained in:
Andrew J. Hesford 2021-09-24 23:15:37 -04:00
parent ac697722f7
commit c18f4f16c9

View file

@ -1,7 +1,7 @@
# Template file for 'PyInstaller' # Template file for 'PyInstaller'
pkgname=PyInstaller pkgname=PyInstaller
version=4.1 version=4.1
revision=1 revision=2
wrksrc="pyinstaller-${version}" wrksrc="pyinstaller-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"