python3-pycdio: add missing python3 dependency
This commit is contained in:
parent
f6f3690284
commit
76bb0a1c89
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-pycdio'
|
# Template file for 'python3-pycdio'
|
||||||
pkgname=python3-pycdio
|
pkgname=python3-pycdio
|
||||||
version=2.1.0
|
version=2.1.0
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc=pycdio-${version}
|
wrksrc=pycdio-${version}
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools pkg-config swig"
|
hostmakedepends="python3-setuptools pkg-config swig"
|
||||||
makedepends="libcdio-devel python3-devel"
|
makedepends="libcdio-devel python3-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Python OO interface to libcdio (CD Input and Control library)"
|
short_desc="Python OO interface to libcdio (CD Input and Control library)"
|
||||||
maintainer="Stefano Ragni <st3r4g@protonmail.com>"
|
maintainer="Stefano Ragni <st3r4g@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Reference in New Issue