pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-Glances



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun  9 14:10:57 UTC 2024

Modified Files:
        pkgsrc/sysutils/py-Glances: Makefile

Log Message:
py-Glances: fix dependencies. Ride update


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/py-Glances/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-Glances/Makefile
diff -u pkgsrc/sysutils/py-Glances/Makefile:1.28 pkgsrc/sysutils/py-Glances/Makefile:1.29
--- pkgsrc/sysutils/py-Glances/Makefile:1.28    Sun Jun  9 14:07:17 2024
+++ pkgsrc/sysutils/py-Glances/Makefile Sun Jun  9 14:10:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2024/06/09 14:07:17 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2024/06/09 14:10:57 wiz Exp $
 
 DISTNAME=      glances-4.0.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/g/G/}
@@ -15,7 +15,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-wheel>=0:.
 DEPENDS+=      ${PYPKGPREFIX}-psutil>=5.6.7:../../sysutils/py-psutil
 DEPENDS+=      ${PYPKGPREFIX}-defusedxml-[0-9]*:../../textproc/py-defusedxml
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
-DEPENDS+=      ${PYPKGPREFIX}-ujson>=5.4.0:../../textproc/py-ujson
+DEPENDS+=      ${PYPKGPREFIX}-orjson>=0:../../textproc/py-orjson
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index