Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion io.qt.PySide.BaseApp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down