soundconverter: rebuild for Python 3.10

This commit is contained in:
Andrew J. Hesford 2021-09-24 23:18:11 -04:00
parent fa1921d2f9
commit 697f649692

View file

@ -1,7 +1,7 @@
# Template file for 'soundconverter' # Template file for 'soundconverter'
pkgname=soundconverter pkgname=soundconverter
version=4.0.1 version=4.0.1
revision=1 revision=2
build_style=python3-module build_style=python3-module
pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}" pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}"
hostmakedepends="glib intltool pkg-config python3-gobject python3-distutils-extra" hostmakedepends="glib intltool pkg-config python3-gobject python3-distutils-extra"