SHA256
1
0
forked from pool/hobbits
hobbits/hobbits-dont-hardcode-python3-version.patch
Martin Pluskal 2b1df74e5e Accepting request 983603 from home:mnhauke
- Update to version 0.53.2
  Bug Fixes
  * correctly display kaitai value instances for #145
  * fix kaitai plugin byte and string array sizes.

- Update to version 0.53.0
  Features
  * add built-in batches.
  * add config setting for skipping delete confirmation.
  * replace FFTW with PFFFT and improve FFT UI and error reporting

OBS-URL: https://build.opensuse.org/request/show/983603
OBS-URL: https://build.opensuse.org/package/show/editors/hobbits?expand=0&rev=8
2022-06-27 09:44:47 +00:00

14 lines
420 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5795a97..5f6803c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -167,7 +167,7 @@ elseif( MANUAL_PYTHON_PATH )
set ( Python3_ROOT_DIR "${MANUAL_PYTHON_PATH}" )
endif()
-find_package (Python3 3.9 COMPONENTS Interpreter Development REQUIRED)
+find_package (Python3 COMPONENTS Interpreter Development REQUIRED)
message("Python3 Libs: ${Python3_LIBRARIES}")
#