[packages/python-WebOb] - require python3-legacy-cgi for tests on 3.13+
qboosh
qboosh at pld-linux.org
Wed Nov 5 05:49:00 CET 2025
commit b9ba9f2b8f31fd6752b0c57a1fe4e745b315e92f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Nov 5 05:49:01 2025 +0100
- require python3-legacy-cgi for tests on 3.13+
python-WebOb.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/python-WebOb.spec b/python-WebOb.spec
index e9c1e09..56124ce 100644
--- a/python-WebOb.spec
+++ b/python-WebOb.spec
@@ -29,6 +29,9 @@ BuildRequires: python3-devel >= 1:3.4
BuildRequires: python3-setuptools
%if %{with tests}
BuildRequires: python3-pytest >= 3.1.0
+%if "%{_ver_ge %{py3_ver} 3.13}" == "1"
+BuildRequires: python3-legacy-cgi
+%endif
%endif
%endif
BuildRequires: rpm-pythonprov
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-WebOb.git/commitdiff/b9ba9f2b8f31fd6752b0c57a1fe4e745b315e92f
More information about the pld-cvs-commit
mailing list