[Buildroot] [PATCH/next 2/2] package/dstat: needs python

Bernd Kuhls bernd.kuhls at t-online.de
Thu May 25 23:12:07 UTC 2017


The package contains a python script, so having python compiled for
target is needed for the package to work.

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/dstat/dstat.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/dstat/dstat.mk b/package/dstat/dstat.mk
index 9c4b44576..458769efc 100644
--- a/package/dstat/dstat.mk
+++ b/package/dstat/dstat.mk
@@ -8,6 +8,7 @@ DSTAT_VERSION = 0.7.3
 DSTAT_SITE = $(call github,dagwieers,dstat,$(DSTAT_VERSION))
 DSTAT_LICENSE = GPL-2.0
 DSTAT_LICENSE_FILES = COPYING
+DSTAT_DEPENDENCIES = python
 
 define DSTAT_INSTALL_TARGET_CMDS
 	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
-- 
2.11.0



More information about the buildroot mailing list