diff --git a/.cirrus.yml b/.cirrus.yml index 16179b9..78b42b8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,7 +7,7 @@ freebsd_instance: main_freebsd_task: name: Main (FreeBSD) dependencies_script: - - pkg install --yes autoconf automake py38-Jinja2 + - pkg install --yes autoconf automake py3-Jinja2 main_build_script: - ./autogen.sh - ./configure --enable-tests-all CFLAGS='-O3' diff --git a/README.md b/README.md index 8cbadc3..df587a8 100644 --- a/README.md +++ b/README.md @@ -143,8 +143,8 @@ make You can test with `make check`. -Some tests require Python 3 with YAML and Jinja2. If you don't have them, -configure with `--disable-tests-python`. +Some tests require Python 3 with YAML and Jinja2. Disable them with +`--disable-tests-python`. ### Cross