glances: fix dependencies
This commit is contained in:
parent
a2c7b607fa
commit
aa75c7f705
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'glances'
|
||||
pkgname=glances
|
||||
version=4.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3-psutil python3-defusedxml python3-packaging python3-ultrajson
|
||||
depends="python3-psutil python3-defusedxml python3-packaging python3-orjson
|
||||
python3-pydantic"
|
||||
checkdepends="$depends"
|
||||
short_desc="Cross-platform curses-based monitoring tool"
|
||||
|
|
Loading…
Reference in New Issue