bCNC: add missing dependencies

This commit is contained in:
Emi Vasilek 2023-11-04 12:20:42 +01:00 committed by Michal Vasilek
parent e806ffd484
commit ed31f3b2c2

View file

@ -1,10 +1,11 @@
# Template file for 'bCNC'
pkgname=bCNC
version=0.9.15
revision=1
revision=2
build_style=python3-module
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
python3-svgelements python3-shxparser"
short_desc="GRBL CNC command sender, autoleveler and g-code editor"
maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
license="GPL-2.0-only"