From 8fb55350ecb8275b53f359abe602d9702852ba41 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 25 Mar 2025 11:26:02 -0400 Subject: [PATCH] non-bootstrap build --- python-pydata-sphinx-theme.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pydata-sphinx-theme.spec b/python-pydata-sphinx-theme.spec index 57ae71c..15dd904 100644 --- a/python-pydata-sphinx-theme.spec +++ b/python-pydata-sphinx-theme.spec @@ -40,7 +40,8 @@ BuildRequires: gcc-c++ BuildRequires: make BuildRequires: nodejs-devel BuildRequires: nodejs-npm -BuildRequires: python3-devel +BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-soupsieve BuildRequires: yarnpkg Provides: bundled(js-bootstrap) = 5.3.3 @@ -138,6 +139,9 @@ rm _build/.buildinfo cd - %endif +%check +%pytest -v + %files -n python3-pydata-sphinx-theme -f %{pyproject_files} %doc README.md %license LICENSE