From 85c8c3f227474058d16fd661261d9c9872279e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 6 Mar 2024 14:39:01 +0100 Subject: [PATCH] Revert "Reduce the type safety as a workaround for build failures in Fedora 40+" - The workaround has been moved to Cython See https://src.fedoraproject.org/rpms/Cython/c/ba710e631b8ecf2af6eb636030db6d574d8575b4 This reverts commit 0f5102956846f0396780ac3ff116c20795dbbf89. --- python-lxml.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index 5194781..8237b01 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -25,10 +25,6 @@ BuildRequires: libxml2-devel BuildRequires: libxslt-devel BuildRequires: python3-devel -# Reduce the type safety as a workaround for https://bugs.launchpad.net/lxml/+bug/2051243 -# We trust the tests would uncover real issues. -%global build_type_safety_c 2 - # Some of the extras create a build dependency loop. # - [cssselect] Requires cssselect BuildRequires lxml # - [html5] Requires html5lib BuildRequires lxml