17
0

Accepting request 1284797 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/1284797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=41
This commit is contained in:
2025-06-11 14:27:32 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 11 10:29:27 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Fix build without %check (boo#1227364)
-------------------------------------------------------------------
Fri May 9 05:15:46 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -60,6 +60,8 @@ PYTHONPATH=src $mypython docs/genAll.py
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
export PYTHONPATH=%{buildroot}%{python_sitelib}
( cd docs/userguide && python3 genuserguide.py )
%check
export CFLAGS="%{optflags}"