python3-pycdio: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:09 +01:00
parent f6f3690284
commit 76bb0a1c89
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
# Template file for 'python3-pycdio'
pkgname=python3-pycdio
version=2.1.0
revision=3
revision=4
wrksrc=pycdio-${version}
build_style=python3-module
hostmakedepends="python3-setuptools pkg-config swig"
makedepends="libcdio-devel python3-devel"
depends="python3"
short_desc="Python OO interface to libcdio (CD Input and Control library)"
maintainer="Stefano Ragni <st3r4g@protonmail.com>"
license="GPL-3.0-or-later"