This request supersedes:
request 1006192
(Show diff)
Overview
Request 1006198 accepted
- Use python 3.9 to build qtwebengine on Leap 15.
- Created by cgiboudeaux
- In state accepted
- Supersedes 1006192
Loading...
target maintainer
7+# The default python version is too old 8+%if 0%{?sle_version} <= 150400
That's true on TW as well, you want 0%{?suse_version} < 1550
. I don't think the system python will change in 15.5.
target maintainer
%bcond_without python3 # The default python version is too old %if 0%{?sle_version} <= 150400 %bcond_with python3
Is it legal to redefine bconds?
author
The build would complain about conflicting BuildRequires otherwise
Login required, please
login
in order to comment
Request History
cgiboudeaux created request
- Use python 3.9 to build qtwebengine on Leap 15.
cgiboudeaux accepted request
Let's rebuild it only once
Now it uses
%{with python39}
and%{with python3}
with only one of them being defined. Is that allowed and defined?yes, that one is legit