Files
libArcus/libArcus-3.5.1-PyQt5.sip.patch
Dirk Stoecker aa4c488630 Accepting request 946431 from home:polslinux:branches:science
- update to 4.13.0
  Release notes:
  * https://github.com/Ultimaker/Cura/releases/tag/4.13.0
- Delete 0001-Fix-build-with-Python-3.8-and-no-undefined-linker-flags.patch
- Refresh libArcus-3.5.1-PyQt5.sip.patch

OBS-URL: https://build.opensuse.org/request/show/946431
OBS-URL: https://build.opensuse.org/package/show/science/libArcus?expand=0&rev=54
2022-01-28 10:57:39 +00:00

12 lines
476 B
Diff

--- libArcus-4.13/cmake/FindSIP.cmake.orig 2022-01-14 14:57:37.563246117 +0100
+++ libArcus-4.13/cmake/FindSIP.cmake 2022-01-14 14:58:20.795439183 +0100
@@ -72,7 +72,7 @@
)
execute_process(
- COMMAND ${Python3_EXECUTABLE} -c "import sip; print(sip.SIP_VERSION_STR)"
+ COMMAND ${Python3_EXECUTABLE} -c "import PyQt5.sip; print(PyQt5.sip.SIP_VERSION_STR)"
RESULT_VARIABLE _process_status
OUTPUT_VARIABLE _process_output
OUTPUT_STRIP_TRAILING_WHITESPACE