pyliblo: add missing python3 dependency
This commit is contained in:
parent
70756ecf3f
commit
ee5bfc24ea
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'pyliblo'
|
||||
pkgname=pyliblo
|
||||
version=0.10.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="pyliblo-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-Cython"
|
||||
makedepends="python3-devel liblo-devel"
|
||||
depends="python3"
|
||||
short_desc="Python bindings for the liblo OSC library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
|
|
Loading…
Reference in a new issue