forked from pool/python3-pyside6
55e01493a2
Update to 6.6.0 OBS-URL: https://build.opensuse.org/request/show/1118842 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/python3-pyside6?expand=0&rev=50
24 lines
907 B
Diff
24 lines
907 B
Diff
From ad548b61d6b011a66bc2004448c00fca595390de Mon Sep 17 00:00:00 2001
|
|
From: Christophe Marin <christophe@krop.fr>
|
|
Date: Wed, 18 Oct 2023 23:10:57 +0200
|
|
Subject: [PATCH] Fix QtAsyncio install dir
|
|
|
|
(https://bugreports.qt.io/browse/PYSIDE-2494)
|
|
---
|
|
sources/pyside6/PySide6/CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/sources/pyside6/PySide6/CMakeLists.txt b/sources/pyside6/PySide6/CMakeLists.txt
|
|
index e24fdb682..37b7a6c9c 100644
|
|
--- a/sources/pyside6/PySide6/CMakeLists.txt
|
|
+++ b/sources/pyside6/PySide6/CMakeLists.txt
|
|
@@ -111,4 +111,4 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pyside6_global.h
|
|
DESTINATION include/${BINDING_NAME}${pyside6_SUFFIX})
|
|
|
|
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/QtAsyncio"
|
|
- DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
|
|
+ DESTINATION "${PYTHON_SITE_PACKAGES}/${BINDING_NAME}${pyside6_SUFFIX}")
|
|
--
|
|
2.42.0
|
|
|