10
0

Fix build failures due to change in dist-info dir naming scheme.

OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics?expand=0&rev=49
This commit is contained in:
2025-07-16 13:44:35 +00:00
committed by Git OBS Bridge
parent bded601aa7
commit 1a35fbc3d0
2 changed files with 6 additions and 1 deletions

View File

@@ -134,7 +134,7 @@ export USE_CYTHON=0
%doc README.rst AUTHORS.txt
%python_alternative %{_bindir}/mathics
%{python_sitelib}/mathics/
%{python_sitelib}/%{pyname}-%{version}*.*-info/
%{python_sitelib}/mathics3-%{version}*.*-info/
%endif
%changelog