From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3D802C43334 for ; Tue, 12 Jul 2022 01:08:19 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B00C68412C; Tue, 12 Jul 2022 03:06:11 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="WlQYvzA4"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 25E1F840C3; Tue, 12 Jul 2022 03:05:17 +0200 (CEST) Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 82C31840CB for ; Tue, 12 Jul 2022 03:04:52 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-wr1-x431.google.com with SMTP id d16so9070566wrv.10 for ; Mon, 11 Jul 2022 18:04:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=nFael7uUvnlFgDgD18SV30VeirD0+lwzdkIUJsLBgwM=; b=WlQYvzA40Rfg0v1hN29FhWXl8hCMQmOnGiKgSaDIqSENllb4td3sZIkvcHCFGhMgrM Jf8Ep7DNFUBU0/9eIAOQF5QCF7xDIwE2vBtPzjqvlc78b9zS0FpmEam5weh2YZpA2hB0 qFkaLz93S1NZa8p/tQc2+Jj2Q8cyDOtf6NsY0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=nFael7uUvnlFgDgD18SV30VeirD0+lwzdkIUJsLBgwM=; b=G3PGZoYqZH7u/FVDFGpxs0Kvvq4gfMX0NBYk5AeHNIoeWYPxWxo8mdOQDdymd7my9I 49E808v2hg54z6h6AAVetHGmkhes1RVZJDUpno6XzKYTtX8eCBRu2wS5+DBaNV0Ej4U4 IihPX6NMre1XaDoo7U4MSaHeIRWJSgeNCCVgM9nCIeZhyU5iTcs32Dyy8fwMElmS9Z8g jeVooYhmkyIuKKBiOJqxousKlLM24dhh4QwqgK9K1eFjrCIwhNN9ONu/kLeeYcWVmn/a dHBpajXn014jUKAmPJmuulnENEzmBjw7CWgk4SF8vhnAn9NGIrvJaIWieDjOCuIH2xkw Llag== X-Gm-Message-State: AJIora/F14/7BX5/Yj1Ml5ku5CrqUtlBApK8CjxLoQDJRgYHzL+mwfU7 gct+MDJ8xyD4tSwsJX1a2q2/ZlC9+VYP8GAN X-Google-Smtp-Source: AGRyM1tjyiWLDZPN+yjlncjH/hw9KitKr3pLPJ3730XmohTe/+gy1nkA6o07ScxpxYwPKO7Yqve5CA== X-Received: by 2002:adf:d1c1:0:b0:21b:a5e9:b7b2 with SMTP id b1-20020adfd1c1000000b0021ba5e9b7b2mr19569031wrd.405.1657587891323; Mon, 11 Jul 2022 18:04:51 -0700 (PDT) Received: from sjg1.roam.corp.google.com (host-92-0-109-232.as13285.net. [92.0.109.232]) by smtp.gmail.com with ESMTPSA id p12-20020a5d48cc000000b0021d9d13bf6csm5541152wrs.97.2022.07.11.18.04.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Jul 2022 18:04:50 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH 18/19] buildman: Drop a Python 2.7 comment Date: Mon, 11 Jul 2022 19:04:12 -0600 Message-Id: <20220712010413.331984-19-sjg@chromium.org> X-Mailer: git-send-email 2.37.0.144.g8ac04bfd2-goog In-Reply-To: <20220712010413.331984-1-sjg@chromium.org> References: <20220712010413.331984-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean This is well out of date, but it is still reasonable to use a list. Drop the comment. Signed-off-by: Simon Glass --- tools/buildman/boards.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/buildman/boards.py b/tools/buildman/boards.py index b30b344bc8e..8a0971aa407 100644 --- a/tools/buildman/boards.py +++ b/tools/buildman/boards.py @@ -371,7 +371,6 @@ class MaintainersDatabase: class Boards: """Manage a list of boards.""" def __init__(self): - # Use a simple list here, sinc OrderedDict requires Python 2.7 self._boards = [] def add_board(self, brd): -- 2.37.0.144.g8ac04bfd2-goog