summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-pyqt5_5.15.9.bbappend
blob: 408c48b306205b1c9c7bc6ba8f18aa7814a3e218 (plain)
1
2
3
4
5
6
7
8
9
# Enable SVG support
DEPENDS:append = " qtsvg"
PYQT_MODULES:append = " QtSvg"

# Fix python interpreter paths in pyrcc5, etc., adapted from newer upstream
# recipe
do_install:append() {
    sed -i "s,^exec .*python${PYTHON_BASEVERSION},exec ${bindir}/python3," ${D}/${bindir}/*
}