From patchwork Tue Nov 10 16:26:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Righi X-Patchwork-Id: 1397736 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CVtY954gLz9sSn; Wed, 11 Nov 2020 03:26:53 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1kcWTm-0000tf-2g; Tue, 10 Nov 2020 16:26:46 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kcWTl-0000tZ-9K for kernel-team@lists.ubuntu.com; Tue, 10 Nov 2020 16:26:45 +0000 Received: from mail-ed1-f71.google.com ([209.85.208.71]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kcWTl-0000wt-1o for kernel-team@lists.ubuntu.com; Tue, 10 Nov 2020 16:26:45 +0000 Received: by mail-ed1-f71.google.com with SMTP id h6so4394254edt.12 for ; Tue, 10 Nov 2020 08:26:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=hc+oRKlPwiJv0MZVn5SY6F5X6OyH2C8T8bLvHE1qQfE=; b=uJXzsIBlwU9bZ8V53XIJIOGmNU+87i+IH11t3xtZ2OipBubX3sxxtTMXvIS52IcgRG OIpF2RmytJ5EOEpFVNCDUGG6icdV7uoba8DEBufyieHlqbaKUNF+hKWNvLME4PWgk8Lv Qv41gvzffP+4Xb2SjFNFXNVwCA1d4W1z8GDz7OwStTnC/9dJBZpfohTfAzcFWXaZdiMV ebtGL2oA8b52QVAt/3kpzDYYvTO2B4hjd52Zu7Ai3z5sFCxkwdfWn3rRjgcPzHKbrYhx hleXsJo3c7ltXuE2ngov2j+qDivS1Q9Xj2l48OIEeeW4659Ma/IZtQHmKiyZwo57nwSH vxgQ== X-Gm-Message-State: AOAM531NABguHlewvbtAGr0/VHRi7EsJ/iP+Jjp0H/2kHD7d7Rq3JQWE 8vc1m4V0czMJUE46z8VSjweuy6TMXxG2CNS28cBqFAYG8884JeEf9zfDonJOqkvmm8vf5E5oXSD fyTECfrlYnldIw6CYuvKLt/8pvXzTXLb1yRo553i4kQ== X-Received: by 2002:a05:6402:370:: with SMTP id s16mr89447edw.50.1605025604390; Tue, 10 Nov 2020 08:26:44 -0800 (PST) X-Google-Smtp-Source: ABdhPJzYHOiv30t0vxh7rdJKjRmLYBJms5erNoPTRaluW7rjg+W7/dzGF+O0JD5SdjNEN+BvXrN3rw== X-Received: by 2002:a05:6402:370:: with SMTP id s16mr89433edw.50.1605025604183; Tue, 10 Nov 2020 08:26:44 -0800 (PST) Received: from localhost (host-79-43-132-76.retail.telecomitalia.it. [79.43.132.76]) by smtp.gmail.com with ESMTPSA id e18sm10685182eja.124.2020.11.10.08.26.43 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 Nov 2020 08:26:43 -0800 (PST) Date: Tue, 10 Nov 2020 17:26:32 +0100 From: Andrea Righi To: kernel-team@lists.ubuntu.com Subject: [PATCH] [autotest-client-tests] UBUNTU SAUCE: ubuntu_ltp_syscalls: do not install python-packaging on hirsute Message-ID: <20201110162632.GA3300@xps-13-7390> MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Hirsute does not have python-packaging, so exclude this package from the list of extra packages to install in the setup phase. Signed-off-by: Andrea Righi Acked-by: Colin Ian King Acked-by: Po-Hsu Lin --- ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py b/ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py index dac16692..c3ceed2d 100644 --- a/ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py +++ b/ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py @@ -57,7 +57,7 @@ class ubuntu_ltp_syscalls(test.test): pkgs.append('nfs-kernel-server') if self.series not in ['trusty']: pkgs.append('haveged') - if self.series not in ['trusty', 'groovy']: + if self.series not in ['trusty', 'groovy', 'hirsute']: pkgs.append('python-packaging') cmd = 'yes "" | DEBIAN_FRONTEND=noninteractive apt-get install --yes --force-yes ' + ' '.join(pkgs)