From 07516404f6342a3aef8dca3b71f26b6eadf17185 Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 5 Jan 2025 21:33:47 +0300 Subject: [PATCH] Drop pandoc depend --- SPECS/pythran.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/SPECS/pythran.spec b/SPECS/pythran.spec index c495c25..9382fc7 100644 --- a/SPECS/pythran.spec +++ b/SPECS/pythran.spec @@ -45,9 +45,6 @@ BuildRequires: pyproject-rpm-macros BuildRequires: python3-devel BuildRequires: xsimd-devel >= 8 -# For docs -BuildRequires: pandoc - # For tests BuildRequires: /usr/bin/python # this is used for supporting -n auto in %%pytest @@ -94,13 +91,12 @@ sed -i -e 's/-O0/-O1/g' -e 's/-Werror/-w/g' pythran/tests/__init__.py %generate_buildrequires -%pyproject_buildrequires -x doc,test +%pyproject_buildrequires -x test %build %pyproject_wheel -PYTHONPATH=$PWD make -C docs html rm -rf docs/_build/html/.{doctrees,buildinfo} @@ -148,7 +144,6 @@ k="$k and not test_setup_bdist_install3" %files -f %{pyproject_files} %license LICENSE %doc README.rst -%doc docs/_build/html %{_bindir}/%{name} %{_bindir}/%{name}-config