From 084ff5acf35dd38409115bf10320654739012425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 29 Aug 2023 10:49:33 +0200 Subject: [PATCH] Remove the bundled libb2 to assert we use the system one --- python3.12.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python3.12.spec b/python3.12.spec index a0e91de..f8bef0d 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -692,6 +692,7 @@ find -name '*.exe' -print -delete # Remove bundled libraries to ensure that we're using the system copy. rm -r Modules/expat +rm -r Modules/_blake2/impl rm -r Modules/_decimal/libmpdec # Remove files that should be generated by the build