From c1f875abc3634c630b95635f13664048817895c8 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.12.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python3.12.spec b/python3.12.spec index 89e0fdd..54076fa 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -803,7 +803,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 \