fava: rebuild for Python 3.11

This commit is contained in:
Andrew J. Hesford 2022-09-19 21:09:54 -04:00
parent 36f8aeb7a9
commit 8fa6848f0f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'fava' # Template file for 'fava'
pkgname=fava pkgname=fava
version=1.22.3 version=1.22.3
revision=1 revision=2
build_style=python3-pep517 build_style=python3-pep517
make_check_args="--deselect tests/test_cli.py::test_cli" make_check_args="--deselect tests/test_cli.py::test_cli"
hostmakedepends="python3-setuptools_scm python3-wheel" hostmakedepends="python3-setuptools_scm python3-wheel"