pyliblo: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-10 19:15:09 +01:00
parent 70756ecf3f
commit ee5bfc24ea

View file

@ -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"