package/dstat: bump to 0.7.4 which allows to run on Python3
authorTitouan Christophe <titouan.christophe@railnova.eu>
Sat, 26 Oct 2019 16:29:07 +0000 (18:29 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 26 Oct 2019 17:00:13 +0000 (19:00 +0200)
Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/dstat/Config.in
package/dstat/dstat.hash
package/dstat/dstat.mk

index 110aee844b2b04b61a241820f9b7c8d4ac015c5b..81f53e74b7b3915436e9f159d6b05cf3d30d0e9f 100644 (file)
@@ -4,7 +4,7 @@ config BR2_PACKAGE_DSTAT
        depends on BR2_USE_MMU # python
        depends on BR2_TOOLCHAIN_HAS_THREADS # python
        depends on !BR2_STATIC_LIBS # python
-       select BR2_PACKAGE_PYTHON
+       select BR2_PACKAGE_PYTHON if !BR2_PACKAGE_PYTHON3
        help
          Dstat, written in Python, is a versatile replacement for
          vmstat, iostat, netstat and ifstat. Dstat overcomes some of
index a4dbcc9819d81a62bbb0a3de59b85f20e546e618..1f1f769cc5d68f94b90d8435f0b995fdb1b183f6 100644 (file)
@@ -1,2 +1,2 @@
 # Locally computed:
-sha256 46e63821857b69fbc60cb2c7d893ccdd6f31cd9ef24b8bb0b68951e1c7374898  dstat-0.7.3.tar.gz
+sha256 4fbd58f3461c86d09a3ab97472aa204de37aa33d31a0493a3e5ed86a2045abea  dstat-0.7.4.tar.gz
index 9c4b44576b8cf0483c81f11ccce6dd03e6a7d2a1..6f01a37131a2c54e79050e05be9eaaf2ab23663d 100644 (file)
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-DSTAT_VERSION = 0.7.3
-DSTAT_SITE = $(call github,dagwieers,dstat,$(DSTAT_VERSION))
+DSTAT_VERSION = 0.7.4
+DSTAT_SITE = $(call github,dagwieers,dstat,v$(DSTAT_VERSION))
 DSTAT_LICENSE = GPL-2.0
 DSTAT_LICENSE_FILES = COPYING