Skip to content

Commit

Permalink
cmake: remove ancient "future" compatibility library for python2
Browse files Browse the repository at this point in the history
This library was removed by 4b5eac8 during the development of cmake
builds, and the change was missed in the cmake code.  Bring cmake
builds in line with configure/make builds.
  • Loading branch information
linuxdude42 committed Nov 7, 2024
1 parent 1406c71 commit ee565e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/cmake/MythFindPackages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ if(ENABLE_BINDINGS_PYTHON)
Python3Modules
OPTIONAL_COMPONENTS
MySQLdb
future
lxml
pip>=23.0.1
requests
Expand Down

0 comments on commit ee565e5

Please sign in to comment.