non-bootstrap build
This commit is contained in:
parent
953124d159
commit
8fb55350ec
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue