bCNC: rebuild for Python 3.10

This commit is contained in:
Andrew J. Hesford 2021-09-24 23:15:41 -04:00
parent ac27a00ed9
commit 76c5060e16

View file

@ -1,7 +1,7 @@
# Template file for 'bCNC' # Template file for 'bCNC'
pkgname=bCNC pkgname=bCNC
version=0.9.14.307 version=0.9.14.307
revision=1 revision=2
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy" depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"