15
0
forked from pool/python-dash
2025-05-09 05:26:13 +00:00
committed by Git OBS Bridge
parent ad26f596e7
commit 880e78d5c4
2 changed files with 8 additions and 3 deletions

View File

@@ -106,10 +106,10 @@ chmod -x dash/extract-meta.js
find . -name .gitkeep -delete
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/renderer
%python_clone -a %{buildroot}%{_bindir}/dash-generate-components
%python_clone -a %{buildroot}%{_bindir}/dash-update-components
@@ -145,6 +145,6 @@ find . -name .gitkeep -delete
%python_alternative %{_bindir}/dash-update-components
%python_alternative %{_bindir}/renderer
%{python_sitelib}/dash
%{python_sitelib}/dash-%{version}*-info
%{python_sitelib}/dash-%{version}.dist-info
%changelog