From patchwork Tue Oct 15 18:05:55 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: 1177278 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.138; helo=whitealder.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="l3jVCICB"; dkim-atps=neutral Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46t3Jb1t5Gz9sPZ for ; Wed, 16 Oct 2019 05:06:06 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 32629876A0; Tue, 15 Oct 2019 18:06:03 +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 ezuo7XVtLWDP; Tue, 15 Oct 2019 18:06:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9427E87697; Tue, 15 Oct 2019 18:06:01 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id BCF1B1BF3D0 for ; Tue, 15 Oct 2019 18:06:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BA11F86783 for ; Tue, 15 Oct 2019 18:06:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iaOsn3Y3UjDG for ; Tue, 15 Oct 2019 18:05:59 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by fraxinus.osuosl.org (Postfix) with ESMTPS id C4EDB8671C for ; Tue, 15 Oct 2019 18:05:59 +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 2D76B600BD; Tue, 15 Oct 2019 20:05:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1571162758; bh=Qfk9KOZdlu4zRYzUZkORyT38oAktCuJzb+uNRNs6nPM=; h=From:To:Cc:Subject:Date:From; b=l3jVCICBTyLNcXFmI6LXINKY7aU7vlHQLVN+WQQKnTsviT9ho+xmnObaPP8n8hBya /C3BAqD+zJ0cY3RkN51xCVdkvfBTcsihgaIQmhUEh05Xy6oGcGYLtyuV3Zxv7zc8NO IpwvIfBGrsgQwbz9p6YDcBzwmoCcoUX9H/1zjYL2EBuIkyvh3RSihhoA1Hn/2otHVd k4FgkvyICboID9VRq1o0fUD1WCUs+ge3ylWMim3HCZHNk2ek9p7UoG21yXmKk6QlSW KLIv4I+FVlEEScjksl6AieOkbmzS+VjaggXkU4ydrUTvp5BHWMgWGpZj8dl2OWUi5E pS1oiRnYSRT3w== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Tue, 15 Oct 2019 20:05:55 +0200 Message-Id: <1571162755-8594-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH] package/python-soupsieve: Fix 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-soupsieve/* package/python-soupsieve/Config.in:4: continuation line should be indented using tabs 27 lines processed 1 warnings generated Signed-off-by: Pierre-Jean Texier --- package/python-soupsieve/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/python-soupsieve/Config.in b/package/python-soupsieve/Config.in index c7571b3..c42e975 100644 --- a/package/python-soupsieve/Config.in +++ b/package/python-soupsieve/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_PYTHON_SOUPSIEVE bool "python-soupsieve" select BR2_PACKAGE_PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE \ - if BR2_PACKAGE_PYTHON # runtime + if BR2_PACKAGE_PYTHON # runtime help A modern CSS selector implementation for Beautiful Soup.