From 63cb913fc99d02692f000d59df2f07da79068d36 Mon Sep 17 00:00:00 2001 From: uglyside Date: Thu, 30 Jan 2025 21:18:24 +0300 Subject: [PATCH] botan. --- util/crypt/botan/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/crypt/botan/actions.py b/util/crypt/botan/actions.py index 53caa6781f..16239fa0aa 100644 --- a/util/crypt/botan/actions.py +++ b/util/crypt/botan/actions.py @@ -9,7 +9,7 @@ from pisi.actionsapi import pythonmodules, mesontools, pisitools i = ''.join([ ' --prefix=/usr', ' --with-{boost,bzip2,lzma,sqlite3,zlib}', - ' --with-python-versions=3.12', + ' --with-python-versions=3.11', ' --with-os-feature=getrandom', ' --disable-static-library', ' --build-tool=ninja',