Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
glances


Commits:
87a9785c by Robin Candau at 2025-11-12T09:22:27+01:00
upgpkg: 4.4.1-2: Add missing dependencies

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/issues/8

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = glances
        pkgdesc = CLI curses-based monitoring tool
        pkgver = 4.4.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://nicolargo.github.io/glances
        arch = any
        license = LGPL-3.0-or-later
@@ -15,9 +15,10 @@ pkgbase = glances
        depends = python-orjson
        depends = python-pydantic
        depends = python-packaging
+       depends = python-jinja
+       depends = python-shtab
        optdepends = hddtemp: HDD temperature monitoring support
        optdepends = uvicorn: for WebUI / RestFull API
-       optdepends = python-jinja: for WebUI / RestFull API
        optdepends = python-fastapi: for WebUI / RestFull API
        optdepends = python-docker: for the Docker monitoring support
        optdepends = python-matplotlib: for graphical/chart support


=====================================
PKGBUILD
=====================================
@@ -6,16 +6,15 @@
 
 pkgname=glances
 pkgver=4.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="CLI curses-based monitoring tool"
 url="https://nicolargo.github.io/glances";
 arch=('any')
 license=('LGPL-3.0-or-later')
-depends=('python' 'python-psutil' 'python-defusedxml' 'python-orjson' 
'python-pydantic' 'python-packaging')
+depends=('python' 'python-psutil' 'python-defusedxml' 'python-orjson' 
'python-pydantic' 'python-packaging' 'python-jinja' 'python-shtab')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 optdepends=('hddtemp: HDD temperature monitoring support'
             'uvicorn: for WebUI / RestFull API'
-            'python-jinja: for WebUI / RestFull API'
             'python-fastapi: for WebUI / RestFull API'
             'python-docker: for the Docker monitoring support'
             'python-matplotlib: for graphical/chart support'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/commit/87a9785c645dc7707af265a52795677d67a1f074

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/commit/87a9785c645dc7707af265a52795677d67a1f074
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to