From patchwork Tue Oct 15 18:05:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1177276 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="sZwWkty6"; dkim-atps=neutral Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46t3Hs0B0Sz9sPT for ; Wed, 16 Oct 2019 05:05:28 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6095A22DB0; Tue, 15 Oct 2019 18:05:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8J7vRUeuM+oQ; Tue, 15 Oct 2019 18:05:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 3A70A203E7; Tue, 15 Oct 2019 18:05:25 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A604B1BF3D0 for ; Tue, 15 Oct 2019 18:05:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 960068769B for ; Tue, 15 Oct 2019 18:05:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tuK055lCBbxW for ; Tue, 15 Oct 2019 18:05:22 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4C8F087689 for ; Tue, 15 Oct 2019 18:05:22 +0000 (UTC) Received: from menoah.home (lfbn-1-6734-38.w90-120.abo.wanadoo.fr [90.120.168.38]) by koncepto.io (Postfix) with ESMTPSA id 0FEFB600BD; Tue, 15 Oct 2019 20:05:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1571162720; bh=nhJafwybmBH7zKVFADvzXolBW+SC6Rv90hXLixcdsHE=; h=From:To:Cc:Subject:Date:From; b=sZwWkty6Rw2k6jsRWBiNnGTyN24J7CAQBzIrR/W9aloE8eA7P8RaOs8oii6jYkNJC 2jlp6IAN8QnzLSxJG0oCz9Z1+cIvEPs0rkvdKRUSa2iiBCLaRTKn9N9vAJvfU07ERI qoitjvr94Gkv6HdH2BMc0juZRr2NJ6EbuK8D8/GS0VUYiJSelDNx8Y3jK0G4In7ZN7 39OITYXSb3mcQdF4lLXYrDSKNb6EMbV0ovcRAwk80c2c+wuIDaSweASVZEHu7lLWFA yCbEfktwDtxpxDgNsBULW1v2vP/K7ik3Y0mcrqheWPhc9eeCfW4KT55H5hOXNQaRwE hwZ4Qb/kyEGSw== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Tue, 15 Oct 2019 20:05:18 +0200 Message-Id: <1571162718-8401-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] package/python-jaraco-functools: fix Config.in indentation X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pierre-Jean Texier , Asaf Kahlon Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: $: ./utils/check-package package/python-jaraco-functools/* package/python-jaraco-functools/Config.in:5: continuation line should be indented using tabs 30 lines processed 1 warnings generated Signed-off-by: Pierre-Jean Texier --- package/python-jaraco-functools/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/python-jaraco-functools/Config.in b/package/python-jaraco-functools/Config.in index e07c313..62669db 100644 --- a/package/python-jaraco-functools/Config.in +++ b/package/python-jaraco-functools/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS bool "python-jaraco-functools" select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime select BR2_PACKAGE_PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE \ - if BR2_PACKAGE_PYTHON # runtime + if BR2_PACKAGE_PYTHON # runtime help Additional functools in the spirit of stdlib’s functools.