mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/dstat: drop python2 support
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
459dd7a985
commit
1682e9b23b
@@ -1,10 +1,10 @@
|
||||
config BR2_PACKAGE_DSTAT
|
||||
bool "dstat"
|
||||
depends on BR2_USE_WCHAR # python
|
||||
depends on BR2_USE_MMU # python
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # python
|
||||
depends on !BR2_STATIC_LIBS # python
|
||||
select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON
|
||||
depends on BR2_USE_WCHAR # python3
|
||||
depends on BR2_USE_MMU # python3
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # python3
|
||||
depends on !BR2_STATIC_LIBS # python3
|
||||
select BR2_PACKAGE_PYTHON3 # runtime
|
||||
help
|
||||
Dstat, written in Python, is a versatile replacement for
|
||||
vmstat, iostat, netstat and ifstat. Dstat overcomes some of
|
||||
|
||||
Reference in New Issue
Block a user