From e4b2a049b99c8ff9a829d735602618bc0fc5d9d4 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Thu, 23 Jun 2022 21:28:49 -0700 Subject: [PATCH 1/1] LU-15796 build: require python2 for lustre-iokit deb Package python is not available on Ubuntu 22.04. We can just require python2 in the control files. Lustre-change: https://review.whamcloud.com/47164 Lustre-commit: caae15ea0e47d023607a9c40b1456a546b255c15 Test-Parameters: trivial clientdistro=ubuntu2004 \ testlist=obdfilter-survey Change-Id: Id37c9babba31c575855238592cbac4ce5c9ee79a Signed-off-by: Jian Yu Reviewed-by: Andreas Dilger Reviewed-by: Thomas Stibor Reviewed-by: James Simmons Reviewed-on: https://review.whamcloud.com/47737 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Yang Sheng Reviewed-by: Oleg Drokin --- debian/control | 2 +- debian/control.main | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 9f4377b..bed34ac 100644 --- a/debian/control +++ b/debian/control @@ -72,7 +72,7 @@ Package: lustre-iokit Section: utils Architecture: i386 armhf powerpc ppc64el amd64 ia64 arm64 Priority: optional -Depends: lustre-client-utils (= ${binary:Version}), python, perl, sg3-utils +Depends: lustre-client-utils (= ${binary:Version}), python2, perl, sg3-utils Description: Collection of benchmark tools for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Whamcloud and available from diff --git a/debian/control.main b/debian/control.main index 8170348..1b89dad 100644 --- a/debian/control.main +++ b/debian/control.main @@ -72,7 +72,7 @@ Package: lustre-iokit Section: utils Architecture: i386 armhf powerpc ppc64el amd64 ia64 arm64 Priority: optional -Depends: lustre-client-utils (= ${binary:Version}), python, perl, sg3-utils +Depends: lustre-client-utils (= ${binary:Version}), python2, perl, sg3-utils Description: Collection of benchmark tools for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Whamcloud and available from -- 1.8.3.1