rrdtool: rebuild for Python 3.11

This commit is contained in:
Andrew J. Hesford 2022-09-19 21:08:53 -04:00
parent 545b1c0f3a
commit ba8335e676
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'rrdtool'
pkgname=rrdtool
version=1.7.2
revision=12
revision=13
build_style=gnu-configure
# configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1;
# until this is fixed upstream, manually define am_cv_python_version to circumvent