LabJackPython: add missing python3 dependency
This commit is contained in:
parent
d1d4ecb9f6
commit
728fc7b608
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue