Commit Graph

6 Commits

Author SHA1 Message Date
Khem Raj
830a70309d python3-shiboken6: Fix build when Python_SOABI is not correctly found
On newer architectures e.g. RISCV python-config module fails to populate
Python_SOABI correctly and returns empty string. Which result in
configure failure

Fixes:
| CMake Error at cmake/ShibokenHelpers.cmake:223 (message):
|   Python_SOABI variable is empty.
| Call Stack (most recent call first):
|   cmake/ShibokenSetup.cmake:54 (get_python_extension_suffix)
|   CMakeLists.txt:13 (include)
|

Pick-to: 6.8
Change-Id: I22c7756edcb21c9973b54207351d9cd4a99a0ea2
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
2025-12-03 00:24:58 -07:00
Samuli Piippo
c16128397c pyside6: add webview as dependency
Add missing dependency to QtWebView which can be used when
webengine is available.

Pick-to: 6.8
Fixes: QTBUG-141441
Change-Id: I71ef6b0a467aa34ca65f17dee21d0212af3d125c
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
2025-10-24 13:12:57 +00:00
Samuli Piippo
140cfda309 pyside6: adapt to changed header location
Pyside6 is using unconventional header location which needs
special handling.

Task-number: PYSIDE-3211
Change-Id: I00cd14f0fdf1f8a5a1af3afb8e092b1c7fa27df2
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
2025-10-24 13:12:49 +00:00
Samuli Piippo
69db4e2fa1 pyside6: enable CMake build without wheel support
Need to enable the super project build to avoid the unnecessary
Wheel targets.

Task-number: QTBUG-141036
Change-Id: I642a902177d801b6259d5c7b929c6d94018e2bcc
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
2025-10-24 13:12:41 +00:00
Samuli Piippo
a42f47294e pyside6: include PySide6 recipes for Qt 6.10.1
Bring all pyside changes from 6.9 branch.

Task-number: QTBUG-141036
Change-Id: I310622450504c782b52b4770b94e5ee66a8c2280
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
2025-10-24 13:12:34 +00:00
Samuli Piippo
7941caa131 pytest-qt: upgrade to latest version
Update python3-pytest-qt to version 4.2.0.

Pick-to: 6.7 6.6
Change-Id: Ib3cd21aaae59be4dbc02552c665e4c4f585e7cb2
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
2023-12-19 11:55:30 +00:00