From ed31f3b2c2e40e8a961427d8cae5f16228b0c08e Mon Sep 17 00:00:00 2001 From: Emi Vasilek Date: Sat, 4 Nov 2023 12:20:42 +0100 Subject: [PATCH] bCNC: add missing dependencies --- srcpkgs/bCNC/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template index 8ba1426fc45..1704de365a7 100644 --- a/srcpkgs/bCNC/template +++ b/srcpkgs/bCNC/template @@ -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 " license="GPL-2.0-only"