[packaging/craft-blueprints-kde] python-modules/pyside6: [pyside] typo
Stefan Gerlach <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 3b74188d2618613d54f6f4b9ffcd65dfd7fdd648 by Stefan Gerlach.
Committed on 28/07/2026 at 22:12.
Pushed by sgerlach into branch 'master'.
[pyside] typo
M +1 -1 python-modules/pyside6/pyside6.py
https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/3b74188d2618613d54f6f4b9ffcd65dfd7fdd648
diff --git a/python-modules/pyside6/pyside6.py b/python-modules/pyside6/pyside6.py
index 2cfc599f6..31891dad8 100644
--- a/python-modules/pyside6/pyside6.py
+++ b/python-modules/pyside6/pyside6.py
@@ -34,7 +34,7 @@ class Package(PipPackageBase):
sourceDir = self.sourceDir()
imageDir = self.imageDir()
# see https://doc.qt.io/qtforpython-6/building_from_source/index.html
- # options: --build-type=pyside6 (only pysde6), --macos-use-libc++, --macos-sysroot=, --shiboken-extra-include-paths=, --standalone, --verbose
+ # options: --build-type=pyside6 (only pyside6), --macos-use-libc++, --macos-sysroot=, --shiboken-extra-include-paths=, --standalone, --verbose
# macOS: SDKROOT required to find type_traits and skip failing WebEngineCore and dependencies
if CraftCore.compiler.isMacOS:
return utils.system(