Actions
action #81386
closedpython-openqa_client fails to build on OBS for SLE 15/ 15 SP1
Description
It seems like the build tries to use python2 but it's not available:
sh: python2: command not found
See the full build log for more details.
The python bindings have not been tested with python2 for a while and the package has dropped Python2 support 4 months ago.
I can't seem to find what is even using python2 here 🤔
Updated by szarate over 3 years ago
- Project changed from openQA Tests to openQA Project
- Category set to Regressions/Crashes
Updated by okurz over 3 years ago
- Status changed from New to Resolved
- Assignee set to okurz
- Priority changed from Normal to Low
- Target version set to Ready
doesn't build? Disabled build with
<build>
<disable repository="SLE_12_SP3"/>
<disable repository="SLE_15"/>
<disable repository="SLE_15_SP1"/>
</build>
in
https://build.opensuse.org/package/meta/devel:openQA/python-openqa_client
job done :)
Actions