Revert "Reduce the type safety as a workaround for build failures in Fedora 40+"

- The workaround has been moved to Cython

See ba710e631b

This reverts commit 0f51029568.
This commit is contained in:
Miro Hrončok 2024-03-06 14:39:01 +01:00
parent 23cd3c2e48
commit 85c8c3f227

View File

@ -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