From f0a649016545a24ea6c8436056ae6ecfa465f896 Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: Mar 06 2024 09:52:11 +0000 Subject: do not require sphinx issues for building doc this pacakge is not present in Fedora and is optional --- diff --git a/python-marshmallow.spec b/python-marshmallow.spec index 3a33aa7..f703595 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -69,6 +69,8 @@ sed -i '/"autodocsumm",/d' docs/conf.py sed -i '/"autodocsumm==/d' pyproject.toml sed -i '/"versionwarning.extension",/d' docs/conf.py sed -i '/"sphinx-version-warning==/d' pyproject.toml +sed -i '/"sphinx_issues",/d' docs/conf.py +sed -i '/"sphinx-issues==/d' pyproject.toml %generate_buildrequires %pyproject_buildrequires -x docs,tests