Fix doctest failing with the latest libxslt (rhbz#2301176)
This commit is contained in:
parent
27c594a8e2
commit
61d79bae8d
1 changed files with 4 additions and 0 deletions
|
|
@ -67,6 +67,10 @@ Python 3 version.
|
|||
sed -i "s/Cython.*/Cython/" requirements.txt
|
||||
sed -i 's/"Cython.*",/"Cython",/' pyproject.toml
|
||||
|
||||
# Fix doctest failing with the latest libxslt (rhbz#2301176)
|
||||
# Reported upstream: https://bugs.launchpad.net/lxml/+bug/2075141
|
||||
sed -i "s/read_network=False/read_network=False,read_file=False/" doc/resolvers.txt
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -x source%{?with_extras:,cssselect,html5,htmlsoup,html_clean}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue