From 728fc7b6088e09ec3430c440ef793650ae0c34f4 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Mon, 10 Jan 2022 19:14:28 +0100 Subject: [PATCH] LabJackPython: add missing python3 dependency --- srcpkgs/LabJackPython/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/LabJackPython/template b/srcpkgs/LabJackPython/template index 5d550b465c2..50b91a21f3e 100644 --- a/srcpkgs/LabJackPython/template +++ b/srcpkgs/LabJackPython/template @@ -1,10 +1,10 @@ # Template file for 'LabJackPython' pkgname=LabJackPython version=2.0.4 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3" -depends="exodriver" +depends="python3 exodriver" short_desc="Python modules and examples for the LabJack U3, U6, UE9 and U12" maintainer="Toyam Cox " license="MIT"