mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
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'
|
# Template file for 'pyliblo'
|
||||||
pkgname=pyliblo
|
pkgname=pyliblo
|
||||||
version=0.10.0
|
version=0.10.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="pyliblo-${version}"
|
wrksrc="pyliblo-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Cython"
|
hostmakedepends="python3-setuptools python3-Cython"
|
||||||
makedepends="python3-devel liblo-devel"
|
makedepends="python3-devel liblo-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Python bindings for the liblo OSC library"
|
short_desc="Python bindings for the liblo OSC library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue