LabJackPython: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-10 19:14:28 +01:00
parent d1d4ecb9f6
commit 728fc7b608

View file

@ -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 <Vaelatern@voidlinux.org>"
license="MIT"