mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 12:03:50 +02:00
python3-PyAudio: add missing python3 dependency
This commit is contained in:
parent
c852c857a2
commit
72d2f82af3
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-PyAudio'
|
# Template file for 'python3-PyAudio'
|
||||||
pkgname=python3-PyAudio
|
pkgname=python3-PyAudio
|
||||||
version=0.2.11
|
version=0.2.11
|
||||||
revision=6
|
revision=7
|
||||||
wrksrc="PyAudio-${version}"
|
wrksrc="PyAudio-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel portaudio-devel"
|
makedepends="python3-devel portaudio-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Python3 Bindings for PortAudio, a cross-platform audio IO library"
|
short_desc="Python3 Bindings for PortAudio, a cross-platform audio IO library"
|
||||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue