dstat: add missing python3-six dependency
This commit is contained in:
parent
1b44a19812
commit
9441fbb326
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'dstat'
|
||||
pkgname=dstat
|
||||
version=0.7.4
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
makedepends="python3"
|
||||
depends="$makedepends"
|
||||
depends="python3-six"
|
||||
short_desc="Versatile tool for generating system resource statistics"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue