This packages adds the PyQt5.sip module. The official documentation [1] mentions that this module is needed during PyQt5 runtime. It is currently compiled without any dependencies to Qt or PyQt5, but it seems quite useless without it. The module was introduced together with PyQt 5.11 [2]. [1] https://www.riverbankcomputing.com/static/Docs/PyQt5/installation.html#building-and-installing-from-source [2] https://www.riverbankcomputing.com/static/Docs/PyQt5/incompatibilities.html#pyqt-v5-11 Signed-off-by: Ralf Dragon <hypnotoad@lindra.de> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 0281a71fe91ff0598be409b261cb38eda1d609a0) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
config BR2_PACKAGE_PYTHON_PYQT5_SIP
|
|
bool "python-pyqt5-sip"
|
|
help
|
|
This is the PyQt5.sip module which is needed at runtime for
|
|
the PyQt5 module from package python-pyqt5.
|
|
|
|
https://pypi.org/project/PyQt5-sip/
|