python3-alsa: add missing python3 dependency
This commit is contained in:
parent
865423598a
commit
fa6b40e7ef
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-alsa'
|
# Template file for 'python3-alsa'
|
||||||
pkgname=python3-alsa
|
pkgname=python3-alsa
|
||||||
version=1.1.6
|
version=1.1.6
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="pyalsa-${version}"
|
wrksrc="pyalsa-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel alsa-lib-devel"
|
makedepends="python3-devel alsa-lib-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Official Python bindings for ALSA"
|
short_desc="Official Python bindings for ALSA"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue