mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
glances: add missing runtime dep python3-packaging
This commit is contained in:
parent
866b163d5c
commit
da055da9ac
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'glances'
|
# Template file for 'glances'
|
||||||
pkgname=glances
|
pkgname=glances
|
||||||
version=3.2.4.2
|
version=3.2.4.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-future python3-psutil python3-defusedxml"
|
depends="python3-future python3-psutil python3-defusedxml python3-packaging"
|
||||||
checkdepends="$depends"
|
checkdepends="$depends"
|
||||||
short_desc="Cross-platform curses-based monitoring tool"
|
short_desc="Cross-platform curses-based monitoring tool"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue