From ee565e5cac4049380acfad3598d72192388bd7d1 Mon Sep 17 00:00:00 2001 From: David Hampton Date: Thu, 7 Nov 2024 12:39:09 -0500 Subject: [PATCH] cmake: remove ancient "future" compatibility library for python2 This library was removed by 4b5eac8ae9 during the development of cmake builds, and the change was missed in the cmake code. Bring cmake builds in line with configure/make builds. --- mythtv/cmake/MythFindPackages.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/mythtv/cmake/MythFindPackages.cmake b/mythtv/cmake/MythFindPackages.cmake index 538d122a5fb..e27b59a0865 100644 --- a/mythtv/cmake/MythFindPackages.cmake +++ b/mythtv/cmake/MythFindPackages.cmake @@ -103,7 +103,6 @@ if(ENABLE_BINDINGS_PYTHON) Python3Modules OPTIONAL_COMPONENTS MySQLdb - future lxml pip>=23.0.1 requests