From: Ole Troan Date: Fri, 8 May 2020 08:39:30 +0000 (+0200) Subject: papi: use python3 for papi install X-Git-Tag: v20.09-rc0~30 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=c5c788bfa1984071d5721d378b838d029fc7b680;p=vpp.git papi: use python3 for papi install Breaks on Ubuntu 20.04 otherwise. Type: fix Signed-off-by: Ole Troan Change-Id: I407215a03948d6e49152ee97099539bb625c12ef --- diff --git a/src/vpp-api/python/CMakeLists.txt b/src/vpp-api/python/CMakeLists.txt index a81a6f66f63..910df6bfd6b 100644 --- a/src/vpp-api/python/CMakeLists.txt +++ b/src/vpp-api/python/CMakeLists.txt @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -find_package(PythonInterp 2.7) +find_package(Python3 COMPONENTS Interpreter) if(PYTHONINTERP_FOUND) install(