diff --git a/python-docutils.spec b/python-docutils.spec index b7ec8ab..55d6176 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -96,6 +96,11 @@ popd # We want the licenses but don't need this build file rm -f licenses/docutils.conf +%if 0%{?python3_version_nodots} >= 38 +# https://bugzilla.redhat.com/show_bug.cgi?id=1687377 +rm python3/test/test_writers/test_odt.py +%endif + %build pushd python2 %py2_build