mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-07 03:27:06 +08:00
To fix ImportError: /usr/lib64/python3.13/lib-dynload/ pyexpat.cpython-313-x86_64-linux-gnu.so: undefined symbol: XML_SetAllocTrackerActivationThreshold Current libexpat1-2.7.1-160000.2.2 did not export the Alloc Tracker symbol but Python 3.13.11’s pyexpat module was built expecting symbol. Therefore needs to install newer available libexpat1-2.7.1-160000.3.1 Pick-to: 6.11 Fixes: QTQAINFRA-7650 Change-Id: Iea9b838e97830c9c6f2b1fa3be8db02447b49de4 Reviewed-by: Simo Fält <simo.falt@qt.io>