From 95f9e1aed8e2178708b8f15101b508c801a7a8c1 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Thu, 29 Sep 2016 15:41:39 +0200 Subject: [PATCH] Python now uses by default the system libffi, on linux systems (upstream issue26661 and issue27979) --- python3.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python3.spec b/python3.spec index ba67522..6f2a462 100644 --- a/python3.spec +++ b/python3.spec @@ -604,11 +604,6 @@ cp -a %{SOURCE7} . # Remove embedded copy of expat: rm -r Modules/expat || exit 1 -# Remove embedded copy of libffi: -for SUBDIR in darwin libffi libffi_arm_wince libffi_msvc libffi_osx ; do - rm -r Modules/_ctypes/$SUBDIR || exit 1 ; -done - # Remove embedded copy of zlib: rm -r Modules/zlib || exit 1