From e02ca35a79881c87a177b0ab48cfdb3908281633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20R=C3=B6hling?= Date: Wed, 12 Jul 2023 14:22:52 +0200 Subject: [PATCH] Remove obsolete PythonInterp and PythonLibs from autopkgtest --- debian/tests/findmodules_data/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/tests/findmodules_data/CMakeLists.txt b/debian/tests/findmodules_data/CMakeLists.txt index c9e0eb3e8..dbfa8ea0f 100644 --- a/debian/tests/findmodules_data/CMakeLists.txt +++ b/debian/tests/findmodules_data/CMakeLists.txt @@ -1,9 +1,9 @@ -cmake_minimum_required(VERSION 3.27) +cmake_minimum_required(VERSION 3.5...3.27) foreach(VTEST ALSA Armadillo BISON Boost BZip2 Cups CURL CVS Doxygen EXPAT FLEX Freetype Gettext GIF Git GnuTLS GTK2 Hg HSPELL Icotool Java LibArchive LibLZMA LibXml2 LibXslt OpenSceneGraph Perl PhysFS - PkgConfig PythonInterp PythonLibs Ruby Protobuf Subversion SWIG TIFF ZLIB) + PkgConfig Python3 Ruby Protobuf Subversion SWIG TIFF ZLIB) find_package(${VTEST} REQUIRED) endforeach()