mobileinsight-core
mobileinsight-core copied to clipboard
Add support for Ubuntu 22.04 and Python 3.10+
Two changes are made:
- Replace the qt5-default (no longer available for ubuntu 22.04) with the packages it refers to.
- Default to PY_SSIZE_T_CLEAN, now mandatory with python 3.10. And fix the sizes from int to Py_ssize_t.