From 930b88224623b3df8cfbb33d35fd80cfa1cb84de Mon Sep 17 00:00:00 2001
From: Amin Bandali <amin.bandali@savoirfairelinux.com>
Date: Wed, 6 Oct 2021 10:35:31 -0400
Subject: [PATCH] Revert "build: Make Python a required dependency."

This reverts commit a2e8238be5b050e897c82d4dcc293755d82e4ac8.

Reason for revert: breaks build on systems that symlink
/usr/bin/python to Python 2 rather than Python 3 -- for example,
Ubuntu 18.04.

Change-Id: Ia58fb4d9b337e65d0a7118ecbaa7e22e4b4619c2
---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fd4f38627..7f22cf518 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,6 @@ file(GLOB_RECURSE
     ${PROJECT_SOURCE_DIR}/resources/*
 )
 include(FindPythonInterp)
-find_package(PythonInterp 3 REQUIRED)
 execute_process(
     COMMAND ${PYTHON_EXECUTABLE} ${PROJECT_SOURCE_DIR}/gen-resources.py
     WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
-- 
GitLab