diff --git a/io.qt.PySide.BaseApp.yaml b/io.qt.PySide.BaseApp.yaml index 809eefe..a7b2ece 100644 --- a/io.qt.PySide.BaseApp.yaml +++ b/io.qt.PySide.BaseApp.yaml @@ -22,8 +22,10 @@ modules: - python3 setup.py build --qtpaths=/usr/bin/qtpaths --ignore-git --parallel=8 --log-level=verbose --flatpak - python3 create_wheels.py --build-dir ./build/qfp-*-release - - rm -rf ./dist/PySide6_Examples*.whl + - rm -rf ./dist/pyside6*examples*.whl - pip install ./dist/*.whl --prefix=${FLATPAK_DEST} + - rm -rf ${FLATPAK_DEST}/lib/python*/site-packages/PySide6/examples + - rm -rf ${FLATPAK_DEST}/lib/python*/site-packages/pyside6_examples-*.dist-info sources: - type: git url: "https://code.qt.io/pyside/pyside-setup.git"