From 3ca4b14e2d3df439a6088401baace95a9f79f855 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Wed, 30 Dec 2020 00:41:15 +0000 Subject: papi: remove python2 vpp-api-python.deb Type: fix Change-Id: I4901f7eb9d739afd4d45a25306434e9d122a4068 Signed-off-by: Paul Vinciguerra --- src/pkg/CMakeLists.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/pkg/CMakeLists.txt') diff --git a/src/pkg/CMakeLists.txt b/src/pkg/CMakeLists.txt index d5cc2070224..e466fe8d345 100644 --- a/src/pkg/CMakeLists.txt +++ b/src/pkg/CMakeLists.txt @@ -35,13 +35,8 @@ foreach(l ${os_release}) set(OS_${_name} ${_value}) endforeach() -if (OS_ID STREQUAL "ubuntu" AND OS_VERSION_ID VERSION_LESS 20.04) - set(VPP_DEB_BUILD_DEPENDS "python-all, python3-all, python3-setuptools") - set(VPP_DEB_WITH_PYTHON2 "yes") -else() - set(VPP_DEB_BUILD_DEPENDS "python3-all, python3-setuptools") - set(VPP_DEB_WITH_PYTHON2 "no") -endif() +set(VPP_DEB_BUILD_DEPENDS "python3-all, python3-setuptools") +set(VPP_DEB_WITH_PYTHON2 "no") foreach(f rules changelog control) configure_file( -- cgit 1.2.3-korg