Remove obsolete PythonInterp and PythonLibs from autopkgtest

This commit is contained in:
Timo Röhling 2023-07-12 14:22:52 +02:00
parent 3f29ed6910
commit e02ca35a79

View File

@ -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()