Files
termux-packages/x11-packages/openimageio/python.patch
termux-pacman-bot 7342d418a2 addpkg(x11/openimageio): 3.0.8.1
- Fixes #25379

- This package is desired as a dependency for on-device building of a potential improved Blender package
2025-07-18 11:06:37 +00:00

11 lines
471 B
Diff

--- a/src/cmake/pythonutils.cmake
+++ b/src/cmake/pythonutils.cmake
@@ -45,7 +45,6 @@ macro (find_python)
checked_find_package (Python3 ${PYTHON_VERSION}
${_req}
VERSION_MIN 3.7
- COMPONENTS ${_py_components}
PRINT Python3_VERSION Python3_EXECUTABLE
Python3_LIBRARIES
Python3_Development_FOUND