From 09fc3acc2921539e3ac1da8b3e2db4bc4c44d57f Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 16 Jun 2026 13:31:44 +0000 Subject: [PATCH] bump due to kernel ABI change (struct bcachestats lost some members with buffer flipper removal), found by landry --- sysutils/py-psutil/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index 1d213a02f42..a8af4513a61 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -1,6 +1,7 @@ COMMENT= retrieve system information and utilisation MODPY_DISTV= 7.2.2 +REVISION= 0 DISTNAME= psutil-${MODPY_DISTV} PKGNAME= py-psutil-${MODPY_DISTV} CATEGORIES= sysutils