From 8111d05fe28b89b66cb13239fc5cd787b953a8643575037a046abc4a1dc74dbd Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 11 Jun 2025 11:29:00 +0000 Subject: [PATCH] Accepting request 1284762 from home:bmwiedemann:branches:devel:languages:python:numeric Fix build without %check (boo#1227364) OBS-URL: https://build.opensuse.org/request/show/1284762 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=46 --- python-reportlab.changes | 5 +++++ python-reportlab.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-reportlab.changes b/python-reportlab.changes index 99a003e..499faf0 100644 --- a/python-reportlab.changes +++ b/python-reportlab.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 11 10:29:27 UTC 2025 - Bernhard Wiedemann + +- Fix build without %check (boo#1227364) + ------------------------------------------------------------------- Fri May 9 05:15:46 UTC 2025 - Steve Kowalik diff --git a/python-reportlab.spec b/python-reportlab.spec index d82300f..3f9ba82 100644 --- a/python-reportlab.spec +++ b/python-reportlab.spec @@ -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}"