From patchwork Wed Feb 25 20:31:18 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 443639 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 901CA140111 for ; Thu, 26 Feb 2015 07:31:49 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=googlemail.com header.i=@googlemail.com header.b=jmTAw50m; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A67E494D39; Wed, 25 Feb 2015 20:31:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EmDuruvHRdxX; Wed, 25 Feb 2015 20:31:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 14A9094AEC; Wed, 25 Feb 2015 20:31:47 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 7BD031BFA35 for ; Wed, 25 Feb 2015 20:31:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7712C91445 for ; Wed, 25 Feb 2015 20:31:45 +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 oyq4zpLCF0NN for ; Wed, 25 Feb 2015 20:31:44 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8DEA891380 for ; Wed, 25 Feb 2015 20:31:44 +0000 (UTC) Received: by wghk14 with SMTP id k14so6090428wgh.4 for ; Wed, 25 Feb 2015 12:31:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=xF+aHfS3hJHhDqRyaX97NZASzTsygHG3hqVa+T+TGHk=; b=jmTAw50mKY5Lnf1oKyir5aPx0mvnWOxjFaG70jrO75SwaAJfzmAJ5rfgYOUZNn4H94 HIu9ZPpDCzMM1NU4hO5bprGUUm8Sp9597CI8wUODE4MbZYxPKOn6FPtiad2HP/HwpHvS HuauPRtWOHioIx4VfEjjlVXgJM1epmaPxEectukCqy04y4Y178Fnc173E+SvWzODknrj Us3Ocjvq7+C3RR9Iqia0Kmvs0p9M3ImGWDz5T5dDxu2BBZzRkYdGcCftYGy0tYRcfxZe 9XUS5A7t0tDm2Gr5FEhmUig2lemXFiHdHWbbxbPElqursYDHfQSS1E+s6V6cJ4C/NMdv hQiQ== X-Received: by 10.194.172.35 with SMTP id az3mr9922760wjc.43.1424896303045; Wed, 25 Feb 2015 12:31:43 -0800 (PST) Received: from user-Lenovo-IdeaPad-Z500.localdomain (x2f0b8be.dyn.telefonica.de. [2.240.184.190]) by mx.google.com with ESMTPSA id lj13sm26690561wic.9.2015.02.25.12.31.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 25 Feb 2015 12:31:41 -0800 (PST) From: Yegor Yefremov To: buildroot@busybox.net Date: Wed, 25 Feb 2015 21:31:18 +0100 Message-Id: <1424896278-3731-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 2.1.0 Subject: [Buildroot] [PATCH] dstat: add missing runtime dependency for Python curses X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Yegor Yefremov --- package/dstat/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/dstat/Config.in b/package/dstat/Config.in index 63db87b..66a9789 100644 --- a/package/dstat/Config.in +++ b/package/dstat/Config.in @@ -4,6 +4,7 @@ config BR2_PACKAGE_DSTAT depends on BR2_USE_MMU # python depends on BR2_TOOLCHAIN_HAS_THREADS # python select BR2_PACKAGE_PYTHON + select BR2_PACKAGE_PYTHON_CURSES # runtime help Dstat, written in Python, is a versatile replacement for vmstat, iostat, netstat and ifstat. Dstat overcomes some of their limitations