From patchwork Tue Oct 15 18:04:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1177275 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="IoY12Gxe"; 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 46t3HX28gKz9sPT for ; Wed, 16 Oct 2019 05:05:11 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B1A2D22CB0; Tue, 15 Oct 2019 18:05:08 +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 4fdOlGbbLUOu; Tue, 15 Oct 2019 18:05:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A4E19203E7; Tue, 15 Oct 2019 18:05:07 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id AF4451BF3D0 for ; Tue, 15 Oct 2019 18:05:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id AB541203E7 for ; Tue, 15 Oct 2019 18:05:05 +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 g+A-VGShyGR8 for ; Tue, 15 Oct 2019 18:05:04 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by silver.osuosl.org (Postfix) with ESMTPS id A103B203E4 for ; Tue, 15 Oct 2019 18:05:04 +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 47C77600BD; Tue, 15 Oct 2019 20:04:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1571162699; bh=Q4YJqNhp5kavlIGadPzZjGUqUs0Oz/9RKBHwjKEu0vY=; h=From:To:Cc:Subject:Date:From; b=IoY12GxeqI8X/IbylCPdE6lpthkVbpKf5vvHRobarwaTbxdXRNZU5w7cd2nLv5sAN sG/CcxeGj5vjfa9gSkHpPdS/QVg4PcGEnZMoI9Rgmc1C0F7zh5VvVMlEcsNHfsjF3p YD51tVSyOAd1R26Lzofubg8GNevc/+sljzI+P/tw1RUiqOWtsa6I9gcvjiutuiUhHz siCHvACTTYh3rZFbaaSrSQKHAFbCCD3MTfScsSrdGp3Weedn8kKFhVYH6wzJOothh4 JT42e5grify48IFkYaDKx1T0nPdQvZGo3PuKzk/D4r8RBnW6DPZ44Ra9eg1VPEDu65 qsR/bjM+7ujsA== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Tue, 15 Oct 2019 20:04:46 +0200 Message-Id: <1571162686-8201-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH] package/python-cheroot: 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 MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: $: ./utils/check-package package/python-cheroot/* package/python-cheroot/Config.in:7: continuation line should be indented using tabs 32 lines processed 1 warnings generated Signed-off-by: Pierre-Jean Texier --- package/python-cheroot/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/python-cheroot/Config.in b/package/python-cheroot/Config.in index 1185e81..0b732f8 100644 --- a/package/python-cheroot/Config.in +++ b/package/python-cheroot/Config.in @@ -4,7 +4,7 @@ config BR2_PACKAGE_PYTHON_CHEROOT select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime select BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS # runtime select BR2_PACKAGE_PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE \ - if BR2_PACKAGE_PYTHON # runtime + if BR2_PACKAGE_PYTHON # runtime help Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.