From d6e1ac20e88bff672688379859251e916eadadc4 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Thu, 23 Jan 2025 01:50:33 +0100 Subject: [PATCH] Remove redundant --with-system-ffi configure option The option has been removed since Python 3.12 See: https://github.com/python/cpython/commit/25590eb5dee5176f3ac60916b19450f8198e7ffc --- python3.13.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python3.13.spec b/python3.13.spec index ae66d26..deaa1f4 100644 --- a/python3.13.spec +++ b/python3.13.spec @@ -867,7 +867,6 @@ BuildPython() { --with-computed-gotos=%{computed_gotos_flag} \ --with-dbmliborder=gdbm:ndbm:bdb \ --with-system-expat \ - --with-system-ffi \ --with-system-libmpdec \ --enable-loadable-sqlite-extensions \ --with-dtrace \