python3-PyAudio: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:00 +01:00
parent c852c857a2
commit 72d2f82af3

View file

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