Whamcloud - gitweb
LU-15796 build: require python2 for lustre-iokit deb
authorJian Yu <yujian@whamcloud.com>
Mon, 6 Jun 2022 06:39:05 +0000 (23:39 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 9 Jun 2022 20:24:35 +0000 (20:24 +0000)
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: TBD (from d46e59a541a4a2db73ccae95707f08d5d9c40ccd)

Test-Parameters: trivial clientdistro=ubuntu2004 \
testlist=obdfilter-survey

Change-Id: Id37c9babba31c575855238592cbac4ce5c9ee79a
Signed-off-by: Jian Yu <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/47538
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
debian/control
debian/control.main

index 94d01ad..05212cb 100644 (file)
@@ -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
index 94d01ad..05212cb 100644 (file)
@@ -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