From 594724cb659fc1803a767f3b1cff939970ee447a 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.14.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python3.14.spec b/python3.14.spec index 2a5b3c5..f895f61 100644 --- a/python3.14.spec +++ b/python3.14.spec @@ -866,7 +866,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 \