From 72d2f82af32ea6c9e1510236fe387e77050b13af Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:00 +0100 Subject: [PATCH] python3-PyAudio: add missing python3 dependency --- srcpkgs/python3-PyAudio/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template index 8f9de6cbbac..55f65058309 100644 --- a/srcpkgs/python3-PyAudio/template +++ b/srcpkgs/python3-PyAudio/template @@ -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 " license="MIT"