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'
|
||||
pkgname=python3-PyAudio
|
||||
version=0.2.11
|
||||
revision=6
|
||||
revision=7
|
||||
wrksrc="PyAudio-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel portaudio-devel"
|
||||
depends="python3"
|
||||
short_desc="Python3 Bindings for PortAudio, a cross-platform audio IO library"
|
||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue