bootchart2: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:04:10 -04:00
parent 07ed252482
commit c7d7202807

View File

@ -1,10 +1,10 @@
# Template file for 'bootchart2' # Template file for 'bootchart2'
pkgname=bootchart2 pkgname=bootchart2
version=0.14.9 version=0.14.9
revision=3 revision=4
build_style=gnu-makefile build_style=gnu-makefile
make_install_args="EARLY_PREFIX=/usr DOCDIR=/usr/share/doc/bootchart2" make_install_args="EARLY_PREFIX=/usr DOCDIR=/usr/share/doc/bootchart2"
hostmakedepends="python3" hostmakedepends="python3-setuptools"
makedepends="python3" makedepends="python3"
depends="python3-cairo" depends="python3-cairo"
short_desc="Startup graphing tool" short_desc="Startup graphing tool"