libkdumpfile: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:02:07 -04:00
parent 9a58c8218b
commit d747bba58a
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'libkdumpfile'
pkgname=libkdumpfile
version=0.5.2
revision=1
revision=2
build_style=gnu-configure
configure_args="PYTHON=python3"
hostmakedepends="automake pkg-config libtool"
hostmakedepends="automake pkg-config libtool python3-setuptools"
makedepends="libzstd-devel lzo-devel python3-devel snappy-devel zlib-devel"
short_desc="Kernel coredump file access library"
maintainer="Leah Neukirchen <leah@vuxu.org>"